Subscription.AuthorizationSource Property

Definition

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

[System.Text.Json.Serialization.JsonPropertyName("authorizationSource")]
public string AuthorizationSource { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("authorizationSource")>]
member this.AuthorizationSource : string with get, set
Public Property AuthorizationSource As String

Property Value

Attributes

Applies to