AdminKeyResult interface

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

Properties

primaryKey

The primary admin API key of the search service. NOTE: This property will not be serialized. It can only be populated by the server.

secondaryKey

The secondary admin API key of the search service. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

primaryKey

The primary admin API key of the search service. NOTE: This property will not be serialized. It can only be populated by the server.

primaryKey?: string

Property Value

string

secondaryKey

The secondary admin API key of the search service. NOTE: This property will not be serialized. It can only be populated by the server.

secondaryKey?: string

Property Value

string