ManagedInstanceVulnerabilityAssessmentRecurringScans

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

Specifies an array of e-mail 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: Boolean? = null

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