次の方法で共有


Identity interface

Bring Your Own Keys の ID を構成するためのプロパティ

プロパティ

principalId

KeyVault からの ObjectId

tenantId

KeyVault からの TenantId

type

現在 'SystemAssigned' のみをサポートしている ID 型の値を列挙します。

プロパティの詳細

principalId

KeyVault からの ObjectId

principalId?: string

プロパティ値

string

tenantId

KeyVault からの TenantId

tenantId?: string

プロパティ値

string

type

現在 'SystemAssigned' のみをサポートしている ID 型の値を列挙します。

type?: "SystemAssigned"

プロパティ値

"SystemAssigned"