Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
MapsAccountKeys interface
- Package:
- @azure/arm-maps
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. NOTE: This property will not be serialized. It can only be populated by the server. |
| primaryKeyLastUpdated | 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 | 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 | 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. |
Property Details
primaryKey
The primary key for accessing the Maps REST APIs. NOTE: This property will not be serialized. It can only be populated by the server.
primaryKey?: string
Property Value
string
primaryKeyLastUpdated
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.
primaryKeyLastUpdated?: string
Property Value
string
secondaryKey
The secondary key for accessing the Maps REST APIs. NOTE: This property will not be serialized. It can only be populated by the server.
secondaryKey?: string
Property Value
string
secondaryKeyLastUpdated
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.
secondaryKeyLastUpdated?: string
Property Value
string
