Compartir a través de


SubscriptionInner.AuthorizationSource Propiedad

Definición

Obtiene o establece el origen de autorización de la solicitud. Los valores válidos son una o varias combinaciones de Legacy, RoleBased, Bypassed, Direct y Management. Por ejemplo, "Heredado, 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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a