UserAssignedIdentityAuthInfo interface
The authentication info when authType is userAssignedIdentity
- Extends
Properties
auth |
Polymorphic discriminator, which specifies the different types this object can be |
client |
Client Id for userAssignedIdentity. |
subscription |
Subscription id for userAssignedIdentity. |
Property Details
authType
Polymorphic discriminator, which specifies the different types this object can be
authType: "userAssignedIdentity"
Property Value
"userAssignedIdentity"
clientId
Client Id for userAssignedIdentity.
clientId?: string
Property Value
string
subscriptionId
Subscription id for userAssignedIdentity.
subscriptionId?: string
Property Value
string