EventData.Claims Property

Definition

Gets key value pairs to identify ARM permissions.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to