Resource: JobTrigger
Contains a configuration to make API calls on a repeating basis. See https://cloud.google.com/sensitive-data-protection/docs/concepts-job-triggers to learn more.
JSON representation |
---|
{ "name": string, "displayName": string, "description": string, "triggers": [ { object ( |
Fields | |
---|---|
name |
Unique resource name for the triggeredJob, assigned by the service when the triggeredJob is created, for example |
display |
Display name (max 100 chars) |
description |
User provided description (max 256 chars) |
triggers[] |
A list of triggers which will be OR'ed together. Only one in the list needs to trigger for a job to be started. The list may contain only a single Schedule trigger and must have at least one object. |
errors[] |
Output only. A stream of errors encountered when the trigger was activated. Repeated errors may result in the JobTrigger automatically being paused. Will return the last 100 errors. Whenever the JobTrigger is modified this list will be cleared. |
create |
Output only. The creation timestamp of a triggeredJob. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
update |
Output only. The last update timestamp of a triggeredJob. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
last |
Output only. The timestamp of the last time this trigger executed. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
status |
Required. A status for this trigger. |
Union field job . The configuration details for the specific type of job to run. job can be only one of the following: |
|
inspect |
For inspect jobs, a snapshot of the configuration. |
Methods |
|
---|---|
|
Activate a job trigger. |
|
Creates a job trigger to run DLP actions such as scanning storage for sensitive information on a set schedule. |
|
Deletes a job trigger. |
|
Gets a job trigger. |
|
Inspect hybrid content and store findings to a trigger. |
|
Lists job triggers. |
|
Updates a job trigger. |