ManagedIdentityCredential interface
Managed identity credential.
- Extends
Properties
| resource |
The resource id of user assigned managed identity |
| type | Type of credential. |
Inherited Properties
| additional |
Additional 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
Type of credential.
type: "ManagedIdentity"
Property Value
"ManagedIdentity"
Inherited Property Details
additionalProperties
Additional properties
additionalProperties?: Record<string, any>
Property Value
Record<string, any>
Inherited From Credential.additionalProperties
annotations
List of tags that can be used for describing the Credential.
annotations?: any[]
Property Value
any[]
Inherited From Credential.annotations
description
Credential description.
description?: string
Property Value
string
Inherited From Credential.description