Identity Class

  • java.lang.Object
    • com.azure.resourcemanager.connectedvmware.models.Identity

public class Identity

Managed service identity.

Constructor Summary

Constructor Description
Identity()

Method Summary

Modifier and Type Method and Description
String principalId()

Get the principalId property: The principal id of managed service identity.

String tenantId()

Get the tenantId property: The tenant of managed service identity.

IdentityType type()

Get the type property: The type of managed service identity.

void validate()

Validates the instance.

Identity withType(IdentityType type)

Set the type property: The type of managed service identity.

Methods inherited from java.lang.Object

Constructor Details

Identity

public Identity()

Method Details

principalId

public String principalId()

Get the principalId property: The principal id of managed service identity.

Returns:

the principalId value.

tenantId

public String tenantId()

Get the tenantId property: The tenant of managed service identity.

Returns:

the tenantId value.

type

public IdentityType type()

Get the type property: The type of managed service identity.

Returns:

the type value.

validate

public void validate()

Validates the instance.

withType

public Identity withType(IdentityType type)

Set the type property: The type of managed service identity.

Parameters:

type - the type value to set.

Returns:

the Identity object itself.

Applies to