MapsAccountPropertiesArgs

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

Additional Map account properties

Constructors

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

Functions

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

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.