ListBatchEndpointKeysResult

data class ListBatchEndpointKeysResult(val primaryKey: String? = null, val secondaryKey: String? = null)

Keys for endpoint authentication.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val primaryKey: String? = null

The primary key.

Link copied to clipboard
val secondaryKey: String? = null

The secondary key.