Identity interface
Bring Your Own Keys の ID を構成するためのプロパティ
プロパティ
principal |
KeyVault からの ObjectId |
tenant |
KeyVault からの TenantId |
type | 現在 'SystemAssigned' のみをサポートしている ID 型の値を列挙します。 |
プロパティの詳細
principalId
KeyVault からの ObjectId
principalId?: string
プロパティ値
string
tenantId
KeyVault からの TenantId
tenantId?: string
プロパティ値
string
type
現在 'SystemAssigned' のみをサポートしている ID 型の値を列挙します。
type?: "SystemAssigned"
プロパティ値
"SystemAssigned"