VulnerabilityAssessmentRecurringScansPropertiesArgs

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

Properties of a Vulnerability Assessment recurring scans.

Constructors

constructor(emailSubscriptionAdmins: Output<Boolean>? = null, emails: Output<List<String>>? = null, isEnabled: Output<Boolean>? = null)

Properties

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

Specifies an array of e-mail addresses to which the scan notification is sent.

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

Specifies that the schedule scan notification will be is sent to the subscription administrators.

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

Recurring scans state.

Functions

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