public enum JobTrigger.Types.StatusReference 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.V2Assembly
Google.Cloud.Dlp.V2.dll
Fields |
|
|---|---|
| Name | Description |
Cancelled |
Trigger is cancelled and can not be resumed. |
Healthy |
Trigger is healthy. |
Paused |
Trigger is temporarily paused. |
Unspecified |
Unused. |