다음을 통해 공유


DataPlaneAadOrApiKeyAuthOption.AadAuthFailureMode Property

Definition

Gets or sets describes what response the data plane API of a Search service would send for requests that failed authentication. Possible values include: 'http403', 'http401WithBearerChallenge'

[Newtonsoft.Json.JsonProperty(PropertyName="aadAuthFailureMode")]
public Microsoft.Azure.Management.Search.Models.AadAuthFailureMode? AadAuthFailureMode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="aadAuthFailureMode")>]
member this.AadAuthFailureMode : Nullable<Microsoft.Azure.Management.Search.Models.AadAuthFailureMode> with get, set
Public Property AadAuthFailureMode As Nullable(Of AadAuthFailureMode)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to