Identity interface
Properties to configure Identity for Bring your Own Keys
Properties
| principal |
ObjectId from the KeyVault |
| tenant |
TenantId from the KeyVault |
| type | Type of managed service identity. |
| user |
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>