Identity interface

Propiedades para configurar identity for Bring Your Own Keys

Propiedades

principalId

ObjectId de KeyVault

tenantId

TenantId de KeyVault

type

Tipo de identidad de servicio administrada.

userAssignedIdentities

Propiedades de identidades asignadas por el usuario

Detalles de las propiedades

principalId

ObjectId de KeyVault

principalId?: string

Valor de propiedad

string

tenantId

TenantId de KeyVault

tenantId?: string

Valor de propiedad

string

type

Tipo de identidad de servicio administrada.

type?: ManagedServiceIdentityType

Valor de propiedad

userAssignedIdentities

Propiedades de identidades asignadas por el usuario

userAssignedIdentities?: Record<string, UserAssignedIdentity>

Valor de propiedad

Record<string, UserAssignedIdentity>