Package version:

Interface MapsAccountKeys

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

Hierarchy

  • MapsAccountKeys

Properties

primaryKey?: string

The primary key for accessing the Maps REST APIs. NOTE: This property will not be serialized. It can only be populated by the server.

primaryKeyLastUpdated?: string

The last updated date and time of the primary key. NOTE: This property will not be serialized. It can only be populated by the server.

secondaryKey?: string

The secondary key for accessing the Maps REST APIs. NOTE: This property will not be serialized. It can only be populated by the server.

secondaryKeyLastUpdated?: string

The last updated date and time of the secondary key. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc