ManagedServiceIdentity interface
Managed service identity (User assigned identity)
Properties
type | Type of managed service identity (currently only UserAssigned allowed). |
user |
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. |
Property Details
type
Type of managed service identity (currently only UserAssigned allowed).
type: string
Property Value
string
userAssignedIdentities
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.
userAssignedIdentities?: {[propertyName: string]: UserAssignedIdentity | null}
Property Value
{[propertyName: string]: UserAssignedIdentity | null}