UserAssignedIdentityProperties interface

The properties associated with the user assigned identity.

Properties

assignmentRestrictions

Restrictions on which resource providers this identity can be assigned to.

clientId

The id of the app associated with the identity. This is a random generated UUID by MSI.

isolationScope

Enum to configure regional restrictions on identity assignment, as necessary.

principalId

The id of the service principal object associated with the created identity.

tenantId

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