次の方法で共有


Identity クラス

定義

Bring Your Own Keys のユーザー割り当て ID を構成するためのプロパティ

public class Identity
type Identity = class
Public Class Identity
継承
Identity

コンストラクター

Identity()

Identity クラスの新しいインスタンスを初期化します。

Identity(String, String, String, IDictionary<String,UserAssignedIdentity>)

Identity クラスの新しいインスタンスを初期化します。

プロパティ

PrincipalId

KeyVault から objectId を取得します

TenantId

KeyVault から tenantId を取得します

Type

マネージド サービス ID の種類を取得または設定します。 使用可能な値は、'SystemAssigned'、'UserAssigned'、'SystemAssigned、UserAssigned'、'None' です。

UserAssignedIdentities

ユーザー割り当て ID のプロパティを取得または設定します

適用対象