Identity interface

Properties to configure Identity for Bring your Own Keys

Properties

principalId

ObjectId from the KeyVault

tenantId

TenantId from the KeyVault

type

Type of managed service identity.

userAssignedIdentities

Properties for User Assigned Identities

Property Details

principalId

ObjectId from the KeyVault

principalId?: string

Property Value

string

tenantId

TenantId from the KeyVault

tenantId?: string

Property Value

string

type

Type of managed service identity.

type?: ManagedServiceIdentityType

Property Value

userAssignedIdentities

Properties for User Assigned Identities

userAssignedIdentities?: Record<string, UserAssignedIdentity>

Property Value

Record<string, UserAssignedIdentity>