DataPlaneAuthOptions Class
Defines the options for how the data plane API of a Search service authenticates requests. This cannot be set if 'disableLocalAuth' is set to true.
- Inheritance
-
azure.mgmt.search._serialization.ModelDataPlaneAuthOptions
Constructor
DataPlaneAuthOptions(*, api_key_only: MutableMapping[str, Any] | None = None, aad_or_api_key: _models.DataPlaneAadOrApiKeyAuthOption | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
api_key_only
|
<xref:JSON>
Indicates that only the API key needs to be used for authentication. |
aad_or_api_key
|
Indicates that either the API key or an access token from Azure Active Directory can be used for authentication. |
Variables
Name | Description |
---|---|
api_key_only
|
<xref:JSON>
Indicates that only the API key needs to be used for authentication. |
aad_or_api_key
|
Indicates that either the API key or an access token from Azure Active Directory can be used for authentication. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python