WebhookReceiver.UseAadAuth Property

Definition

Gets or sets indicates whether or not use AAD authentication.

[Newtonsoft.Json.JsonProperty(PropertyName="useAadAuth")]
public bool? UseAadAuth { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="useAadAuth")>]
member this.UseAadAuth : Nullable<bool> with get, set
Public Property UseAadAuth As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to