Package version:

Interface ManagedIdentityProperties

Managed identity properties retrieved from ARM request headers.

Hierarchy

  • ManagedIdentityProperties

Properties

principalId?: string

Principal Id of system-assigned managed identity.

tenantId?: string

Tenant Id of system-assigned managed identity.

type?: string

Type of the managed identity

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

Properties of user-assigned managed identities

Type declaration

Generated using TypeDoc