Audit Manager v1 API - Enum ScheduleConfig.Types.Frequency (1.3.0)

public enum ScheduleConfig.Types.Frequency

Reference documentation and code samples for the Audit Manager v1 API enum ScheduleConfig.Types.Frequency.

Frequency of audit runs.

Namespace

Google.Cloud.AuditManager.V1

Assembly

Google.Cloud.AuditManager.V1.dll

Fields

Name Description
Annually

The audit runs annually on the same month and day as start_time.

Daily

The audit runs every day.

Monthly

The audit runs monthly on the same day of the month as start_time.

Quarterly

The audit runs quarterly (every 3 months) on the same day of the month as start_time.

Unspecified

Default value. This value is unused.

Weekly

The audit runs weekly on the same day of the week as start_time.