MapsAccountProperties interface
Additional Map account properties
Properties
cors | Specifies CORS rules for the Blob service. You can include up to five CorsRule elements in the request. If no CorsRule elements are included in the request body, all CORS rules will be deleted, and CORS will be disabled for the Blob service. |
disable |
Allows toggle functionality on Azure Policy to disable Azure Maps local authentication support. This will disable Shared Keys and Shared Access Signature Token authentication from any usage. |
encryption | (Optional) Discouraged to include in resource definition. Only needed where it is possible to disable platform (AKA infrastructure) encryption. Azure SQL TDE is an example of this. Values are enabled and disabled. |
linked |
The array of associated resources to the Map account. Linked resource in the array cannot individually update, you must update all linked resources in the array together. These resources may be used on operations on the Azure Maps REST API. Access is controlled by the Map Account Managed Identity(s) permissions to those resource(s). |
provisioning |
The provisioning state of the Map account resource, Account updates can only be performed on terminal states. Terminal states: |
unique |
A unique identifier for the maps account NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
cors
Specifies CORS rules for the Blob service. You can include up to five CorsRule elements in the request. If no CorsRule elements are included in the request body, all CORS rules will be deleted, and CORS will be disabled for the Blob service.
cors?: CorsRules
Property Value
disableLocalAuth
Allows toggle functionality on Azure Policy to disable Azure Maps local authentication support. This will disable Shared Keys and Shared Access Signature Token authentication from any usage.
disableLocalAuth?: boolean
Property Value
boolean
encryption
(Optional) Discouraged to include in resource definition. Only needed where it is possible to disable platform (AKA infrastructure) encryption. Azure SQL TDE is an example of this. Values are enabled and disabled.
encryption?: Encryption
Property Value
linkedResources
The array of associated resources to the Map account. Linked resource in the array cannot individually update, you must update all linked resources in the array together. These resources may be used on operations on the Azure Maps REST API. Access is controlled by the Map Account Managed Identity(s) permissions to those resource(s).
linkedResources?: LinkedResource[]
Property Value
provisioningState
The provisioning state of the Map account resource, Account updates can only be performed on terminal states. Terminal states: Succeeded
and Failed
NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
uniqueId
A unique identifier for the maps account NOTE: This property will not be serialized. It can only be populated by the server.
uniqueId?: string
Property Value
string