Protection Container Mapping Automatic Update
data class ProtectionContainerMappingAutomaticUpdate(val authenticationType: String? = null, val automationAccountId: String? = null, val enabled: Boolean? = null)
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.