VulnerabilityAssessmentRecurringScansPropertiesResponse

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

Properties of a Vulnerability Assessment recurring scans.

Constructors

constructor(emailSubscriptionAdmins: Boolean? = null, emails: List<String>? = null, isEnabled: 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

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

Link copied to clipboard
val isEnabled: Boolean? = null

Recurring scans state.