DataPlaneAadOrApiKeyAuthOption.AadAuthFailureMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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