Show / Hide Table of Contents

Class SecurityScanConfigScheduleArgs

Inheritance
System.Object
InputArgs
ResourceArgs
SecurityScanConfigScheduleArgs
Inherited Members
ResourceArgs.Empty
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 SecurityScanConfigScheduleArgs : ResourceArgs

Constructors

View Source

SecurityScanConfigScheduleArgs()

Declaration
public SecurityScanConfigScheduleArgs()

Properties

View Source

IntervalDurationDays

The duration of time between executions in days

Declaration
public Input<int> IntervalDurationDays { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.