AuthorizationServerUpdateContract.AuthorizationMethods Property

Definition

Gets or sets HTTP verbs supported by the authorization endpoint. GET must be always present. POST is optional.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.authorizationMethods")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.AuthorizationMethod?> AuthorizationMethods { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.authorizationMethods")>]
member this.AuthorizationMethods : System.Collections.Generic.IList<Nullable<Microsoft.Azure.Management.ApiManagement.Models.AuthorizationMethod>> with get, set
Public Property AuthorizationMethods As IList(Of Nullable(Of AuthorizationMethod))

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to