MapsAccountPropertiesResponse

data class MapsAccountPropertiesResponse(val cors: CorsRulesResponse? = null, val disableLocalAuth: Boolean? = null, val encryption: EncryptionResponse? = null, val linkedResources: List<LinkedResourceResponse>? = null, val locations: List<MapsAccountPropertiesResponseLocations>? = null, val provisioningState: String, val uniqueId: String)

Additional Maps account properties

Constructors

Link copied to clipboard
constructor(cors: CorsRulesResponse? = null, disableLocalAuth: Boolean? = null, encryption: EncryptionResponse? = null, linkedResources: List<LinkedResourceResponse>? = null, locations: List<MapsAccountPropertiesResponseLocations>? = null, provisioningState: String, uniqueId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cors: CorsRulesResponse? = null

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.

Link copied to clipboard

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.

Link copied to clipboard

All encryption configuration for a resource.

Link copied to clipboard

The array of associated resources to the Maps 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 Maps Account Managed Identity(s) permissions to those resource(s).

Link copied to clipboard

List of additional data processing regions for the Maps Account, which may result in requests being processed in another geography. Some features or results may be restricted to specific regions. By default, Maps REST APIs process requests according to the account location or the geographic scope.

Link copied to clipboard

The provisioning state of the Maps account resource, Account updates can only be performed on terminal states. Terminal states: Succeeded and Failed

Link copied to clipboard

A unique identifier for the Maps Account