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

public class Identity extends Object
Managed service identity.
  • 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.
    • 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.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.