Identity クラス

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

変数はサーバーによってのみ設定され、要求の送信時には無視されます。

継承
Identity

コンストラクター

Identity(*, type: str | None = None, user_assigned_identities: Dict[str, Any] | None = None, **kwargs)

パラメーター

type
str

マネージド サービス ID の種類。 渡すことのできる値は None と "UserAssigned" のみです。 既定値は None です。

user_assigned_identities
dict[str, any]

ユーザー割り当て ID のメタデータ。

変数

principal_id
str

KeyVault の ObjectId。

tenant_id
str

KeyVault の TenantId。

type
str

マネージド サービス ID の種類。 渡すことのできる値は None と "UserAssigned" のみです。 既定値は None です。

user_assigned_identities
dict[str, any]

ユーザー割り当て ID のメタデータ。