OnYourDataKeyAndKeyIdAuthenticationOptions interface

The authentication options for Azure OpenAI On Your Data when using an Elasticsearch key and key ID pair.

Extends

Properties

key

The key to use for authentication.

keyId

The key ID to use for authentication.

type

The authentication type of Elasticsearch key and key ID pair.

Property Details

key

The key to use for authentication.

key: string

Property Value

string

keyId

The key ID to use for authentication.

keyId: string

Property Value

string

type

The authentication type of Elasticsearch key and key ID pair.

type: "key_and_key_id"

Property Value

"key_and_key_id"