List Account Keys Result
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.
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.