EncryptionSetIdentity クラス

定義

ディスク暗号化セットのマネージド ID。 ディスクの暗号化に使用する前に、キー コンテナーに対するアクセス許可を付与する必要があります。

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

コンストラクター

EncryptionSetIdentity()

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

EncryptionSetIdentity(String, String, String, IDictionary<String,UserAssignedIdentitiesValue>)

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

プロパティ

PrincipalId

マネージド ID リソースのオブジェクト ID を取得します。 リソースに systemAssigned(implicit) ID がある場合、これは PUT 要求の x-ms-identity-principal-id ヘッダーを介して ARM から RP に送信されます

TenantId

マネージド ID リソースのテナント ID を取得します。 リソースに systemAssigned(implicit) ID がある場合、これは PUT 要求の x-ms-client-tenant-id ヘッダーを介して ARM から RP に送信されます

Type

DiskEncryptionSet によって使用されるマネージド ID の種類を取得または設定します。 新しい作成では、SystemAssigned のみがサポートされます。 ディスク暗号化セットは、新しい Azure Active Directory テナントへのサブスクリプションの移行中に ID の種類 None で更新できます。これにより、暗号化されたリソースがキーにアクセスできなくなります。 使用可能な値は、'SystemAssigned'、'UserAssigned'、'SystemAssigned、UserAssigned'、'None' です。

UserAssignedIdentities

ディスク暗号化セットに関連付けられているユーザー ID の一覧を取得または設定します。 ユーザー ID ディクショナリ キーの参照は、'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}' という形式の ARM リソース ID になります。

適用対象