SqlPoolVulnerabilityAssessmentRecurringScansArgs

data class SqlPoolVulnerabilityAssessmentRecurringScansArgs(val emailSubscriptionAdminsEnabled: Output<Boolean>? = null, val emails: Output<List<String>>? = null, val enabled: Output<Boolean>? = null) : ConvertibleToJava<SqlPoolVulnerabilityAssessmentRecurringScansArgs>

Constructors

constructor(emailSubscriptionAdminsEnabled: Output<Boolean>? = null, emails: Output<List<String>>? = null, enabled: Output<Boolean>? = null)

Properties

Link copied to clipboard
val emails: Output<List<String>>? = null

Specifies an array of email addresses to which the scan notification is sent.

Link copied to clipboard

Boolean flag which specifies if the schedule scan notification will be sent to the subscription administrators. Defaults to true.

Link copied to clipboard
val enabled: Output<Boolean>? = null

Boolean flag which specifies if recurring scans is enabled or disabled. Defaults to false.

Functions

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