Share via


AdminKeyResult interface

Response containing the primary and secondary admin API keys for a given Azure AI Search service.

Properties

primaryKey

The primary admin API key of the search service.

secondaryKey

The secondary admin API key of the search service.

Property Details

primaryKey

The primary admin API key of the search service.

primaryKey?: string

Property Value

string

secondaryKey

The secondary admin API key of the search service.

secondaryKey?: string

Property Value

string