Class Identity

java.lang.Object
com.microsoft.azure.management.storage.Identity

public class Identity extends Object
Identity for the resource.
  • Constructor Details

    • Identity

      public Identity()
      Creates an instance of Identity class.
  • Method Details

    • principalId

      public String principalId()
      Get the principal ID of resource identity.
      Returns:
      the principalId value
    • tenantId

      public String tenantId()
      Get the tenant ID of resource.
      Returns:
      the tenantId value
    • type

      public String type()
      Get the identity type.
      Returns:
      the type value
    • withType

      public Identity withType(String type)
      Set the identity type.
      Parameters:
      type - the type value to set
      Returns:
      the Identity object itself.