Show / Hide Table of Contents

Class SecurityScanConfigSchedule

Inheritance
System.Object
SecurityScanConfigSchedule
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.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class SecurityScanConfigSchedule

Fields

View Source

IntervalDurationDays

The duration of time between executions in days

Declaration
public readonly int IntervalDurationDays
Field Value
Type Description
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 readonly string ScheduleTime
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.