Class ManagedServiceIdentityResponse


  • public final class ManagedServiceIdentityResponse
    extends java.lang.Object
    • Method Detail

      • principalId

        public java.util.Optional<java.lang.String> principalId()
        Returns:
        Azure Active Directory principal ID associated with this Identity.
      • tenantId

        public java.util.Optional<java.lang.String> tenantId()
        Returns:
        ID of the Azure Active Directory.
      • type

        public java.lang.String type()
        Returns:
        Type of the managed identity.
      • userAssignedIdentities

        public java.util.Map<java.lang.String,​UserAssignedIdentityResponse> userAssignedIdentities()
        Returns:
        The list of user-assigned managed identities associated with the resource. Key is the Azure resource Id of the managed identity.