DataPlaneAuthOptionsResponse

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

Defines the options for how the search service authenticates a data plane request. 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 a Microsoft Entra ID tenant can be used for authentication.

Link copied to clipboard
val apiKeyOnly: Any? = null

Indicates that only the API key can be used for authentication.