Google Cloud Data Loss Prevention v2 API - Enum JobTrigger.Types.Status (4.8.0)

public enum JobTrigger.Types.Status

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API enum JobTrigger.Types.Status.

Whether the trigger is currently active. If PAUSED or CANCELLED, no jobs will be created with this configuration. The service may automatically pause triggers experiencing frequent errors. To restart a job, set the status to HEALTHY after correcting user errors.

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Fields

NameDescription
Cancelled

Trigger is cancelled and can not be resumed.

Healthy

Trigger is healthy.

Paused

Trigger is temporarily paused.

Unspecified

Unused.