Identity interface
用于配置自带密钥的标识的属性
属性
| principal |
KeyVault 中的 ObjectId |
| tenant |
KeyVault 中的 TenantId |
| type | 枚举可能的值标识类型,该类型当前仅支持“SystemAssigned” |
属性详细信息
principalId
KeyVault 中的 ObjectId
principalId?: string
属性值
string
tenantId
KeyVault 中的 TenantId
tenantId?: string
属性值
string
type
枚举可能的值标识类型,该类型当前仅支持“SystemAssigned”
type?: "SystemAssigned"
属性值
"SystemAssigned"