AdminKeyResult interface
Response containing the primary and secondary admin API keys for a given Azure AI Search service.
Properties
| primary |
The primary admin API key of the search service. |
| secondary |
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