OnYourDataEncodedApiKeyAuthenticationOptions interface

The authentication options for Azure OpenAI On Your Data when using an Elasticsearch encoded API key.

Extends

Properties

encodedApiKey

The encoded API key to use for authentication.

type

The authentication type of Elasticsearch encoded API Key.

Property Details

encodedApiKey

The encoded API key to use for authentication.

encodedApiKey: string

Property Value

string

type

The authentication type of Elasticsearch encoded API Key.

type: "encoded_api_key"

Property Value

"encoded_api_key"