QueryKey interface

Describes an API key for a given Azure Cognitive Search service that has permissions for query operations only.

Properties

key

The value of the query API key. NOTE: This property will not be serialized. It can only be populated by the server.

name

The name of the query API key; may be empty. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

key

The value of the query API key. NOTE: This property will not be serialized. It can only be populated by the server.

key?: string

Property Value

string

name

The name of the query API key; may be empty. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string