Class SystemAssignedServiceIdentity


  • public class SystemAssignedServiceIdentity
    extends Object
    Managed service identity (either system assigned, or none).
    • Constructor Detail

      • SystemAssignedServiceIdentity

        public SystemAssignedServiceIdentity()
    • Method Detail

      • principalId

        public UUID principalId()
        Get the principalId property: The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
        Returns:
        the principalId value.
      • tenantId

        public UUID tenantId()
        Get the tenantId property: The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
        Returns:
        the tenantId value.
      • type

        public SystemAssignedServiceIdentityType type()
        Get the type property: Type of managed service identity (either system assigned, or none).
        Returns:
        the type value.
      • validate

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