IdentityProperties interface

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

Properties

principalId

The active directory identifier of this principal. NOTE: This property will not be serialized. It can only be populated by the server.

tenantId

The Active Directory tenant id of the principal. NOTE: This property will not be serialized. It can only be populated by the server.

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. NOTE: This property will not be serialized. It can only be populated by the server.

principalId?: string

Property Value

string

tenantId

The Active Directory tenant id of the principal. NOTE: This property will not be serialized. It can only be populated by the server.

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?: {[propertyName: string]: UserAssignedIdentity}

Property Value

{[propertyName: string]: UserAssignedIdentity}