IdentityProperties interface

The properties of the managed service identities assigned to this resource.

Properties

principalId

The active directory identifier of this principal.

tenantId

The Active Directory tenant id of the principal.

type

The type of managed identity assigned to this resource.

userAssignedIdentities

The identities assigned to this resource by the user.

Property Details

principalId

The active directory identifier of this principal.

principalId?: string

Property Value

string

tenantId

The Active Directory tenant id of the principal.

tenantId?: string

Property Value

string

type

The type of managed identity assigned to this resource.

type: string

Property Value

string

userAssignedIdentities

The identities assigned to this resource by the user.

userAssignedIdentities?: Record<string, UserAssignedIdentity>

Property Value

Record<string, UserAssignedIdentity>