Identity interface
Properties to configure Identity for Bring your Own Keys
Properties
principal |
ObjectId from the KeyVault |
tenant |
TenantId from the KeyVault |
type | Enumerates the possible value Identity type, which currently supports only 'SystemAssigned' |
Property Details
principalId
ObjectId from the KeyVault
principalId?: string
Property Value
string
tenantId
TenantId from the KeyVault
tenantId?: string
Property Value
string
type
Enumerates the possible value Identity type, which currently supports only 'SystemAssigned'
type?: "SystemAssigned"
Property Value
"SystemAssigned"