Class UserAssignedIdentity

java.lang.Object
com.azure.resourcemanager.appservice.models.UserAssignedIdentity

public class UserAssignedIdentity extends Object
User Assigned identity.
  • Constructor Details

    • UserAssignedIdentity

      public UserAssignedIdentity()
  • Method Details

    • principalId

      public String principalId()
      Get the principalId property: Principal Id of user assigned identity.
      Returns:
      the principalId value.
    • clientId

      public String clientId()
      Get the clientId property: Client Id of user assigned identity.
      Returns:
      the clientId value.
    • validate

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