IdentityProperties interface
Properties of a managed identity
Properties
client |
The client secret URL of the identity. |
principal |
The principal id of resource identity. |
tenant |
The tenant identifier of resource. |
type | Managed identity. |
Property Details
clientSecretUrl
The client secret URL of the identity.
clientSecretUrl?: string
Property Value
string
principalId
The principal id of resource identity.
principalId?: string
Property Value
string
tenantId
The tenant identifier of resource.
tenantId?: string
Property Value
string
type
Managed identity.
type?: string
Property Value
string