SubscriptionInner.AuthorizationSource Property

Definition

Gets or sets the authorization source of the request. Valid values are one or more combinations of Legacy, RoleBased, Bypassed, Direct and Management. For example, 'Legacy, RoleBased'.

[Newtonsoft.Json.JsonProperty(PropertyName="authorizationSource")]
public string AuthorizationSource { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="authorizationSource")>]
member this.AuthorizationSource : string with get, set
Public Property AuthorizationSource As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to