OnYourDataEncodedApiKeyAuthenticationOptions interface
The authentication options for Azure OpenAI On Your Data when using an Elasticsearch encoded API key.
- Extends
Properties
encoded |
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"
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript