Share via


MapsAccountKeys interface

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

Properties

primaryKey

The primary key for accessing the Maps REST APIs.

primaryKeyLastUpdated

The last updated date and time of the primary key.

secondaryKey

The secondary key for accessing the Maps REST APIs.

secondaryKeyLastUpdated

The last updated date and time of the secondary key.

Property Details

primaryKey

The primary key for accessing the Maps REST APIs.

primaryKey?: string

Property Value

string

primaryKeyLastUpdated

The last updated date and time of the primary key.

primaryKeyLastUpdated?: string

Property Value

string

secondaryKey

The secondary key for accessing the Maps REST APIs.

secondaryKey?: string

Property Value

string

secondaryKeyLastUpdated

The last updated date and time of the secondary key.

secondaryKeyLastUpdated?: string

Property Value

string