UserAssignedServiceIdentity interface
A pre-created user assigned identity with appropriate roles assigned. To learn more on identity and roles required, visit the ACSS how-to-guide.
Properties
type | Type of manage identity |
user |
User assigned identities dictionary |
Property Details
type
Type of manage identity
type: string
Property Value
string
userAssignedIdentities
User assigned identities dictionary
userAssignedIdentities?: {[propertyName: string]: UserAssignedIdentity}
Property Value
{[propertyName: string]: UserAssignedIdentity}