Class ManagedServiceIdentityResponse


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

      • type

        public java.lang.String type()
        Returns:
        Type of managed service identity (currently only UserAssigned allowed).
      • userAssignedIdentities

        public java.util.Map<java.lang.String,​UserAssignedIdentityResponse> userAssignedIdentities()
        Returns:
        The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.