Skip to main content

job_triggers

Overview

Namejob_triggers
TypeResource
Idgoogle.dlp.job_triggers

Fields

NameDatatypeDescription
namestringUnique resource name for the triggeredJob, assigned by the service when the triggeredJob is created, for example projects/dlp-test-project/jobTriggers/53234423.
descriptionstringUser provided description (max 256 chars)
updateTimestringOutput only. The last update timestamp of a triggeredJob.
triggersarrayA 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.
createTimestringOutput only. The creation timestamp of a triggeredJob.
inspectJobobjectControls what and how to inspect for findings.
lastRunTimestringOutput only. The timestamp of the last time this trigger executed.
statusstringRequired. A status for this trigger.
errorsarrayOutput 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.
displayNamestringDisplay name (max 100 chars)

Methods

NameAccessible byRequired ParamsDescription
organizations_locations_job_triggers_getSELECTjobTriggersId, locationsId, organizationsIdGets a job trigger. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.
organizations_locations_job_triggers_listSELECTlocationsId, organizationsIdLists job triggers. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.
projects_job_triggers_getSELECTjobTriggersId, projectsIdGets a job trigger. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.
projects_job_triggers_listSELECTprojectsIdLists job triggers. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.
projects_locations_job_triggers_getSELECTjobTriggersId, locationsId, projectsIdGets a job trigger. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.
projects_locations_job_triggers_listSELECTlocationsId, projectsIdLists job triggers. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.
organizations_locations_job_triggers_createINSERTlocationsId, organizationsIdCreates a job trigger to run DLP actions such as scanning storage for sensitive information on a set schedule. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.
projects_job_triggers_createINSERTprojectsIdCreates a job trigger to run DLP actions such as scanning storage for sensitive information on a set schedule. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.
projects_locations_job_triggers_createINSERTlocationsId, projectsIdCreates a job trigger to run DLP actions such as scanning storage for sensitive information on a set schedule. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.
organizations_locations_job_triggers_deleteDELETEjobTriggersId, locationsId, organizationsIdDeletes a job trigger. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.
projects_job_triggers_deleteDELETEjobTriggersId, projectsIdDeletes a job trigger. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.
projects_locations_job_triggers_deleteDELETEjobTriggersId, locationsId, projectsIdDeletes a job trigger. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.
_organizations_locations_job_triggers_listEXEClocationsId, organizationsIdLists job triggers. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.
_projects_job_triggers_listEXECprojectsIdLists job triggers. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.
_projects_locations_job_triggers_listEXEClocationsId, projectsIdLists job triggers. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.
organizations_locations_job_triggers_patchEXECjobTriggersId, locationsId, organizationsIdUpdates a job trigger. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.
projects_job_triggers_activateEXECjobTriggersId, projectsIdActivate a job trigger. Causes the immediate execute of a trigger instead of waiting on the trigger event to occur.
projects_job_triggers_patchEXECjobTriggersId, projectsIdUpdates a job trigger. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.
projects_locations_job_triggers_activateEXECjobTriggersId, locationsId, projectsIdActivate a job trigger. Causes the immediate execute of a trigger instead of waiting on the trigger event to occur.
projects_locations_job_triggers_hybrid_inspectEXECjobTriggersId, locationsId, projectsIdInspect hybrid content and store findings to a trigger. The inspection will be processed asynchronously. To review the findings monitor the jobs within the trigger.
projects_locations_job_triggers_patchEXECjobTriggersId, locationsId, projectsIdUpdates a job trigger. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.