SecurityScanConfigSchedule

data class SecurityScanConfigSchedule(val intervalDurationDays: Int, val scheduleTime: String? = null)

Constructors

Link copied to clipboard
constructor(intervalDurationDays: Int, scheduleTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The duration of time between executions in days

Link copied to clipboard
val scheduleTime: String? = null

A timestamp indicates when the next run will be scheduled. The value is refreshed by the server after each run. If unspecified, it will default to current server time, which means the scan will be scheduled to start immediately.