TrustedAccessRoleRule.Verbs Property

Definition

Gets list of allowed verbs

[Newtonsoft.Json.JsonProperty(PropertyName="verbs")]
public System.Collections.Generic.IList<string> Verbs { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="verbs")>]
member this.Verbs : System.Collections.Generic.IList<string>
Public ReadOnly Property Verbs As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to