Data Plane Auth Options Response
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.