DataPlaneAadOrApiKeyAuthOption Class
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.
Indicates that either the API key or an access token from Azure Active Directory can be used for authentication.
public class DataPlaneAadOrApiKeyAuthOption
type DataPlaneAadOrApiKeyAuthOption = class
Public Class DataPlaneAadOrApiKeyAuthOption
- Inheritance
-
DataPlaneAadOrApiKeyAuthOption
Constructors
DataPlaneAadOrApiKeyAuthOption() |
Initializes a new instance of the DataPlaneAadOrApiKeyAuthOption class. |
DataPlaneAadOrApiKeyAuthOption(Nullable<AadAuthFailureMode>) |
Initializes a new instance of the DataPlaneAadOrApiKeyAuthOption class. |
Properties
AadAuthFailureMode |
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' |