Class UserAssignedIdentity


  • public class UserAssignedIdentity
    extends Object
    User-assigned managed identity.
    • Constructor Detail

      • UserAssignedIdentity

        public UserAssignedIdentity()
    • Method Detail

      • principalId

        public String principalId()
        Get the principalId property: Azure Active Directory principal ID associated with this Identity.
        Returns:
        the principalId value.
      • clientId

        public String clientId()
        Get the clientId property: Client App Id associated with this identity.
        Returns:
        the clientId value.
      • validate

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