ListAccountKeysResult

data class ListAccountKeysResult(val primaryKey: String, val primaryKeyLastUpdated: String, val secondaryKey: String, val secondaryKeyLastUpdated: String)

The set of keys which can be used to access the Maps REST APIs. Two keys are provided for key rotation without interruption.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The primary key for accessing the Maps REST APIs.

Link copied to clipboard

The last updated date and time of the primary key.

Link copied to clipboard

The secondary key for accessing the Maps REST APIs.

Link copied to clipboard

The last updated date and time of the secondary key.