ManagedIdentityCredential interface
Managed identity credential.
- Extends
Properties
resource |
The resource id of user assigned managed identity |
type | Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
annotations | List of tags that can be used for describing the Credential. |
description | Credential description. |
Property Details
resourceId
The resource id of user assigned managed identity
resourceId?: string
Property Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "ManagedIdentity"
Property Value
"ManagedIdentity"
Inherited Property Details
annotations
List of tags that can be used for describing the Credential.
annotations?: any[]
Property Value
any[]
Inherited From Credential_2.annotations
description
Credential description.
description?: string
Property Value
string
Inherited From Credential_2.description