UserAssignedIdentityProperties interface
The properties associated with the user assigned identity.
Properties
| assignment |
Restrictions on which resource providers this identity can be assigned to. |
| client |
The id of the app associated with the identity. This is a random generated UUID by MSI. |
| isolation |
Enum to configure regional restrictions on identity assignment, as necessary. |
| 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
assignmentRestrictions
Restrictions on which resource providers this identity can be assigned to.
assignmentRestrictions?: AssignmentRestrictions
Property Value
clientId
The id of the app associated with the identity. This is a random generated UUID by MSI.
clientId?: string
Property Value
string
isolationScope
Enum to configure regional restrictions on identity assignment, as necessary.
isolationScope?: 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