OnYourDataConnectionStringAuthenticationOptions interface

The authentication options for Azure OpenAI On Your Data when using a connection string.

Extends

Properties

connectionString

The connection string to use for authentication.

type

The authentication type of connection string.

Property Details

connectionString

The connection string to use for authentication.

connectionString: string

Property Value

string

type

The authentication type of connection string.

type: "connection_string"

Property Value

"connection_string"