ConfigurationAzureSecurityBaseline

data class ConfigurationAzureSecurityBaseline(val assignmentType: String? = null)

Constructors

Link copied to clipboard
constructor(assignmentType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val assignmentType: String? = null

The assignment type of the azure security baseline. Possible values are ApplyAndAutoCorrect, ApplyAndMonitor, Audit and DeployAndAutoCorrect. Defaults to ApplyAndAutoCorrect.