AssociatedIdentity interface
Identity details to be used for an operation
Properties
operation |
Identity type that should be used for an operation. |
user |
User assigned identity to be used for an operation if operationIdentityType is UserAssigned. |
Property Details
operationIdentityType
Identity type that should be used for an operation.
operationIdentityType?: string
Property Value
string
userAssignedIdentity
User assigned identity to be used for an operation if operationIdentityType is UserAssigned.
userAssignedIdentity?: string
Property Value
string