ManagedIdentityProperties interface

Managed identity properties retrieved from ARM request headers.

Properties

principalId

Principal Id of system-assigned managed identity.

tenantId

Tenant Id of system-assigned managed identity.

type

Type of the managed identity

userAssignedIdentities

Properties of user-assigned managed identities

Property Details

principalId

Principal Id of system-assigned managed identity.

principalId?: string

Property Value

string

tenantId

Tenant Id of system-assigned managed identity.

tenantId?: string

Property Value

string

type

Type of the managed identity

type?: string

Property Value

string

userAssignedIdentities

Properties of user-assigned managed identities

userAssignedIdentities?: {[propertyName: string]: UserAssignedManagedIdentity}

Property Value

{[propertyName: string]: UserAssignedManagedIdentity}