Contains information from available map providers
Data model
Fields
| Field | Type | Description |
|---|---|---|
| api_key | NVARCHAR (400) | Supplier API key |
| client_key | NVARCHAR (400) | Provider Client Key |
| id* | INT | Unique Provider Identifier |
| is_default* | BIT | Define whether the provider is used by default |
| name* | NVARCHAR (100) | Provider Name |
| token | NVARCHAR (400) | Token for API Consumption |
Primary Key
| PK_ASMS_MAP_PROVIDERS |
|---|
| id |