MapsAccountPropertiesArgs

data class MapsAccountPropertiesArgs(val cors: Output<CorsRulesArgs>? = null, val disableLocalAuth: Output<Boolean>? = null, val encryption: Output<EncryptionArgs>? = null, val linkedResources: Output<List<LinkedResourceArgs>>? = null, val locations: Output<List<MapsAccountPropertiesLocationsArgs>>? = null) : ConvertibleToJava<MapsAccountPropertiesArgs>

Additional Maps account properties

Constructors

Link copied to clipboard
constructor(cors: Output<CorsRulesArgs>? = null, disableLocalAuth: Output<Boolean>? = null, encryption: Output<EncryptionArgs>? = null, linkedResources: Output<List<LinkedResourceArgs>>? = null, locations: Output<List<MapsAccountPropertiesLocationsArgs>>? = null)

Properties

Link copied to clipboard
val cors: Output<CorsRulesArgs>? = 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
val disableLocalAuth: Output<Boolean>? = null

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
val encryption: Output<EncryptionArgs>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): MapsAccountPropertiesArgs