次の方法で共有


EventData.Claims プロパティ

定義

ARM のアクセス許可を識別するためのキー値のペアを取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="claims")]
public System.Collections.Generic.IDictionary<string,string> Claims { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="claims")>]
member this.Claims : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property Claims As IDictionary(Of String, String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象