DataPlaneAuthOptionsResponse

data class DataPlaneAuthOptionsResponse(val aadOrApiKey: DataPlaneAadOrApiKeyAuthOptionResponse? = null, val apiKeyOnly: Any? = null)

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.

Constructors

Link copied to clipboard
constructor(aadOrApiKey: DataPlaneAadOrApiKeyAuthOptionResponse? = null, apiKeyOnly: Any? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates that either the API key or an access token from Azure Active Directory can be used for authentication.

Link copied to clipboard
val apiKeyOnly: Any? = null

Indicates that only the API key needs to be used for authentication.