Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AdminKeyResult

Package version

interface

An interface representing AdminKeyResult. Response containing the primary and secondary admin API keys for a given Azure Search service.

Hierarchy

  • AdminKeyResult

Index

Properties

Optional primaryKey

primaryKey: undefined | string
member

{string} [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.

Optional secondaryKey

secondaryKey: undefined | string
member

{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.

Generated using TypeDoc