MapsAccountPropertiesArgs

data class MapsAccountPropertiesArgs(val disableLocalAuth: Output<Boolean>? = null) : ConvertibleToJava<MapsAccountPropertiesArgs>

Additional Map account properties

Constructors

Link copied to clipboard
constructor(disableLocalAuth: Output<Boolean>? = null)

Properties

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 authentication from any usage.

Functions

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