ListAdminKeyResult

data class ListAdminKeyResult(val primaryKey: String, val secondaryKey: String)

Response containing the primary and secondary admin API keys for a given search service.

Constructors

Link copied to clipboard
constructor(primaryKey: String, secondaryKey: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The primary admin API key of the search service.

Link copied to clipboard

The secondary admin API key of the search service.