Audit Manager v1 API - Enum ScheduleState (1.3.0)

public enum ScheduleState

Reference documentation and code samples for the Audit Manager v1 API enum ScheduleState.

State of an audit schedule.

Namespace

Google.Cloud.AuditManager.V1

Assembly

Google.Cloud.AuditManager.V1.dll

Fields

Name Description
Active

Schedule is active and will trigger runs.

Completed

Schedule end time has passed.

Deleted

Schedule has been marked for deletion by the user.

Error

Schedule is in an error state due to persistent failure to trigger an audit. Manual intervention is required.

FailedSetup

Schedule setup failed during creation or update.

Paused

Schedule is paused and will not trigger runs.

Unspecified

Default value. This value is unused.