ServerVulnerabilityAssessmentRecurringScansArgs

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

Constructors

constructor(emailSubscriptionAdmins: 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
val emailSubscriptionAdmins: Output<Boolean>? = null

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

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(): ServerVulnerabilityAssessmentRecurringScansArgs