UserAssignedIdentity interface
Information describing the identities associated with this application.
Properties
tenant |
Tenant id of the server. NOTE: This property will not be serialized. It can only be populated by the server. |
type | the types of identities associated with this resource; currently restricted to 'None and UserAssigned' |
user |
represents user assigned identities map. |
Property Details
tenantId
Tenant id of the server. NOTE: This property will not be serialized. It can only be populated by the server.
tenantId?: string
Property Value
string
type
the types of identities associated with this resource; currently restricted to 'None and UserAssigned'
type: string
Property Value
string
userAssignedIdentities
represents user assigned identities map.
userAssignedIdentities?: {[propertyName: string]: UserIdentity}
Property Value
{[propertyName: string]: UserIdentity}