Provider.ProviderAuthorizationConsentState Property

Definition

Gets or sets the provider authorization consent state. Possible values include: 'NotSpecified', 'Required', 'NotRequired', 'Consented'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to