你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SearchAadAuthFailureMode Enum

Definition

Describes what response the data plane API of a search service would send for requests that failed authentication.

public enum SearchAadAuthFailureMode
type SearchAadAuthFailureMode = 
Public Enum SearchAadAuthFailureMode
Inheritance
SearchAadAuthFailureMode

Fields

Name Value Description
Http403 0

Indicates that requests that failed authentication should be presented with an HTTP status code of 403 (Forbidden).

Http401WithBearerChallenge 1

Indicates that requests that failed authentication should be presented with an HTTP status code of 401 (Unauthorized) and present a Bearer Challenge.

Applies to