ContentKeyPolicyTokenRestriction.RequiredClaims Property

Definition

Gets or sets a list of required token claims.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to