次の方法で共有


VaultAccessPolicyProperties.AccessPolicies プロパティ

定義

キー コンテナーにアクセスできる 0 から 16 の ID の配列を取得または設定します。 配列内のすべての ID は、キー コンテナーのテナント ID と同じテナント ID を使用する必要があります。

[Newtonsoft.Json.JsonProperty(PropertyName="accessPolicies")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.KeyVault.Fluent.Models.AccessPolicyEntry> AccessPolicies { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="accessPolicies")>]
member this.AccessPolicies : System.Collections.Generic.IList<Microsoft.Azure.Management.KeyVault.Fluent.Models.AccessPolicyEntry> with get, set
Public Property AccessPolicies As IList(Of AccessPolicyEntry)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象