Class Identity
java.lang.Object
com.azure.resourcemanager.connectedvmware.models.Identity
Managed service identity.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the principalId property: The principal id of managed service identity.tenantId()
Get the tenantId property: The tenant of managed service identity.type()
Get the type property: The type of managed service identity.void
validate()
Validates the instance.withType
(IdentityType type) Set the type property: The type of managed service identity.
-
Constructor Details
-
Identity
public Identity()
-
-
Method Details
-
principalId
Get the principalId property: The principal id of managed service identity.- Returns:
- the principalId value.
-
tenantId
Get the tenantId property: The tenant of managed service identity.- Returns:
- the tenantId value.
-
type
Get the type property: The type of managed service identity.- Returns:
- the type value.
-
withType
Set the type property: The type of managed service identity.- Parameters:
type
- the type value to set.- Returns:
- the Identity object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-