UserAssignedIdentity interface
Information describing the identities associated with this application.
Properties
type | the types of identities associated with this resource; currently restricted to 'SystemAssigned and UserAssigned' |
user |
represents user assigned identities map. |
Property Details
type
the types of identities associated with this resource; currently restricted to 'SystemAssigned and UserAssigned'
type: string
Property Value
string
userAssignedIdentities
represents user assigned identities map.
userAssignedIdentities?: {[propertyName: string]: UserIdentity}
Property Value
{[propertyName: string]: UserIdentity}