AccessPolicyEntity.Role Property

Definition

Gets or sets defines the access level granted by this policy. Possible values include: 'Reader'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.role")]
public Microsoft.Azure.Management.VideoAnalyzer.Models.AccessPolicyRole? Role { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.role")>]
member this.Role : Nullable<Microsoft.Azure.Management.VideoAnalyzer.Models.AccessPolicyRole> with get, set
Public Property Role As Nullable(Of AccessPolicyRole)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to