ResourceIdentity interface

Msi identity details of the resource

Properties

principalId

Service Principal Id backing the Msi

tenantId

Home Tenant Id

type

Identity type

userAssignedIdentities

User Assigned Identities

Property Details

principalId

Service Principal Id backing the Msi

principalId?: string

Property Value

string

tenantId

Home Tenant Id

tenantId?: string

Property Value

string

type

Identity type

type?: string

Property Value

string

userAssignedIdentities

User Assigned Identities

userAssignedIdentities?: Record<string, UserAssignedIdentity>

Property Value

Record<string, UserAssignedIdentity>