NetworkACL.Allow Property

Definition

Gets or sets allowed request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.

[Newtonsoft.Json.JsonProperty(PropertyName="allow")]
public System.Collections.Generic.IList<string> Allow { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="allow")>]
member this.Allow : System.Collections.Generic.IList<string> with get, set
Public Property Allow As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to