Web Security Scanner v1 API - Class ScanConfig.Types.Schedule (2.4.0)

public sealed class ScanConfig.Types.Schedule : IMessage<ScanConfig.Types.Schedule>, IEquatable<ScanConfig.Types.Schedule>, IDeepCloneable<ScanConfig.Types.Schedule>, IBufferMessage, IMessage

Reference documentation and code samples for the Web Security Scanner v1 API class ScanConfig.Types.Schedule.

Scan schedule configuration.

Inheritance

object > ScanConfig.Types.Schedule

Namespace

Google.Cloud.WebSecurityScanner.V1

Assembly

Google.Cloud.WebSecurityScanner.V1.dll

Constructors

Schedule()

public Schedule()

Schedule(Schedule)

public Schedule(ScanConfig.Types.Schedule other)
Parameter
Name Description
other ScanConfigTypesSchedule

Properties

IntervalDurationDays

public int IntervalDurationDays { get; set; }

Required. The duration of time between executions in days.

Property Value
Type Description
int

ScheduleTime

public Timestamp ScheduleTime { get; set; }

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.

Property Value
Type Description
Timestamp