ManagedIdentityReference interface
The properties of the Managed Identity.
Properties
type | The type of managed identity used. |
user |
The user identity ARM resource id if the managed identity type is 'UserAssigned'. |
Property Details
type
The type of managed identity used.
type?: string
Property Value
string
userAssignedIdentity
The user identity ARM resource id if the managed identity type is 'UserAssigned'.
userAssignedIdentity?: string
Property Value
string