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.
Constructors
Link copied to clipboard
fun ListAccountKeysResult(primaryKey: String, primaryKeyLastUpdated: String, secondaryKey: String, secondaryKeyLastUpdated: String)