Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MapsAccountKeys

Package version

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

Index

Properties

Optional primaryKey

primaryKey: undefined | 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.

Optional primaryKeyLastUpdated

primaryKeyLastUpdated: undefined | 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.

Optional secondaryKey

secondaryKey: undefined | 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.

Optional secondaryKeyLastUpdated

secondaryKeyLastUpdated: undefined | 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