SystemAssignedIdentityProperties interface
The properties associated with the system assigned identity.
Properties
| client |
The id of the app associated with the identity. This is a random generated UUID by MSI. |
| client |
The ManagedServiceIdentity DataPlane URL that can be queried to obtain the identity credentials. |
| principal |
The id of the service principal object associated with the created identity. |
| tenant |
The id of the tenant which the identity belongs to. |
Property Details
clientId
The id of the app associated with the identity. This is a random generated UUID by MSI.
clientId?: string
Property Value
string
clientSecretUrl
The ManagedServiceIdentity DataPlane URL that can be queried to obtain the identity credentials.
clientSecretUrl?: string
Property Value
string
principalId
The id of the service principal object associated with the created identity.
principalId?: string
Property Value
string
tenantId
The id of the tenant which the identity belongs to.
tenantId?: string
Property Value
string