Class SecurityScanConfigScheduleGetArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Compute.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class SecurityScanConfigScheduleGetArgs : ResourceArgs
Constructors
View SourceSecurityScanConfigScheduleGetArgs()
Declaration
public SecurityScanConfigScheduleGetArgs()
Properties
View SourceIntervalDurationDays
The duration of time between executions in days
Declaration
public Input<int> IntervalDurationDays { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
ScheduleTime
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.
Declaration
public Input<string> ScheduleTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |