Protection Container Mapping Automatic Update Args
data class ProtectionContainerMappingAutomaticUpdateArgs(val authenticationType: Output<String>? = null, val automationAccountId: Output<String>? = null, val enabled: Output<Boolean>? = null) : ConvertibleToJava<ProtectionContainerMappingAutomaticUpdateArgs>
Properties
Link copied to clipboard
The authentication type used for automation account. Possible values are RunAsAccount and SystemAssignedIdentity. Defaults to SystemAssignedIdentity.
Link copied to clipboard
The automation account ID which holds the automatic update runbook and authenticates to Azure resources.