Share via


DefaultAdminRule.Access Property

Definition

Gets indicates the access allowed for this particular rule. Possible values include: 'Allow', 'Deny', 'AlwaysAllow'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.access")]
public string Access { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.access")>]
member this.Access : string
Public ReadOnly Property Access As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to