SecurityScanConfigScheduleArgs

data class SecurityScanConfigScheduleArgs(val intervalDurationDays: Output<Int>, val scheduleTime: Output<String>? = null) : ConvertibleToJava<SecurityScanConfigScheduleArgs>

Constructors

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

Properties

Link copied to clipboard

The duration of time between executions in days

Link copied to clipboard
val scheduleTime: Output<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.

Functions

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