List
|
|||||
|
|
Lists job triggers. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more
Authorization
To use this building block you will have to grant access to at least one of the following scopes:
- View and manage your data across Google Cloud Platform services
Input
This building block consumes 5 input parameters
Name | Format | Description |
---|---|---|
parent Required |
STRING |
The parent resource name, for example |
pageToken |
STRING |
Optional page token to continue retrieval. Comes from previous call
to ListJobTriggers. |
orderBy |
STRING |
Optional comma separated list of triggeredJob fields to order by,
followed by Example: Supported fields are:
|
pageSize |
INTEGER |
Optional size of the page, can be limited by a server |
filter |
STRING |
Optional. Allows filtering. Supported syntax:
Examples:
The length of this field should be no more than 500 characters |
= Parameter name
= Format
parent STRING Required The parent resource name, for example |
pageToken STRING Optional page token to continue retrieval. Comes from previous call
to ListJobTriggers. |
orderBy STRING Optional comma separated list of triggeredJob fields to order by,
followed by Example: Supported fields are:
|
pageSize INTEGER Optional size of the page, can be limited by a server |
filter STRING Optional. Allows filtering. Supported syntax:
Examples:
The length of this field should be no more than 500 characters |
Output
This building block provides 23 output parameters
Name | Format | Description |
---|---|---|
nextPageToken |
STRING |
If the next page is available then the next page token to be used in following ListJobTriggers request |
jobTriggers[] |
OBJECT |
Contains a configuration to make dlp api calls on a repeating basis. See https://cloud.google.com/dlp/docs/concepts-job-triggers to learn more |
jobTriggers[].createTime |
ANY |
The creation timestamp of a triggeredJob, output only field |
jobTriggers[].status |
ENUMERATION |
A status for this trigger. [required] |
jobTriggers[].inspectJob |
OBJECT |
|
jobTriggers[].inspectJob.inspectConfig |
OBJECT |
Configuration description of the scanning process. When used with redactContent only info_types and min_likelihood are currently used |
jobTriggers[].inspectJob.inspectConfig.contentOptions[] |
ENUMERATION |
|
jobTriggers[].inspectJob.inspectConfig.excludeInfoTypes |
BOOLEAN |
When true, excludes type information of the findings |
jobTriggers[].inspectJob.inspectConfig.minLikelihood |
ENUMERATION |
Only returns findings equal or above this threshold. The default is POSSIBLE. See https://cloud.google.com/dlp/docs/likelihood to learn more |
jobTriggers[].inspectJob.inspectConfig.includeQuote |
BOOLEAN |
When true, a contextual quote from the data that triggered a finding is included in the response; see Finding.quote |
jobTriggers[].inspectJob.inspectTemplateName |
STRING |
If provided, will be used as the default for all values in InspectConfig.
|
jobTriggers[].inspectJob.storageConfig |
OBJECT |
Shared message indicating Cloud storage type |
jobTriggers[].inspectJob.actions[] |
OBJECT |
A task to execute on the completion of a job. See https://cloud.google.com/dlp/docs/concepts-actions to learn more |
jobTriggers[].updateTime |
ANY |
The last update timestamp of a triggeredJob, output only field |
jobTriggers[].name |
STRING |
Unique resource name for the triggeredJob, assigned by the service when the
triggeredJob is created, for example
|
jobTriggers[].triggers[] |
OBJECT |
What event needs to occur for a new job to be started |
jobTriggers[].triggers[].schedule |
OBJECT |
Schedule for triggeredJobs |
jobTriggers[].errors[] |
OBJECT |
Details information about an error encountered during job execution or the results of an unsuccessful activation of the JobTrigger. Output only field |
jobTriggers[].errors[].timestamps[] |
ANY |
|
jobTriggers[].errors[].details |
OBJECT |
The You can find out more about this error model and how to work with it in the API Design Guide |
jobTriggers[].lastRunTime |
ANY |
The timestamp of the last time this trigger executed, output only field |
jobTriggers[].displayName |
STRING |
Display name (max 100 chars) |
jobTriggers[].description |
STRING |
User provided description (max 256 chars) |
= Parameter name
= Format
nextPageToken STRING If the next page is available then the next page token to be used in following ListJobTriggers request |
jobTriggers[] OBJECT Contains a configuration to make dlp api calls on a repeating basis. See https://cloud.google.com/dlp/docs/concepts-job-triggers to learn more |
jobTriggers[].createTime ANY The creation timestamp of a triggeredJob, output only field |
jobTriggers[].status ENUMERATION A status for this trigger. [required] |
jobTriggers[].inspectJob OBJECT |
jobTriggers[].inspectJob.inspectConfig OBJECT Configuration description of the scanning process. When used with redactContent only info_types and min_likelihood are currently used |
jobTriggers[].inspectJob.inspectConfig.contentOptions[] ENUMERATION |
jobTriggers[].inspectJob.inspectConfig.excludeInfoTypes BOOLEAN When true, excludes type information of the findings |
jobTriggers[].inspectJob.inspectConfig.minLikelihood ENUMERATION Only returns findings equal or above this threshold. The default is POSSIBLE. See https://cloud.google.com/dlp/docs/likelihood to learn more |
jobTriggers[].inspectJob.inspectConfig.includeQuote BOOLEAN When true, a contextual quote from the data that triggered a finding is included in the response; see Finding.quote |
jobTriggers[].inspectJob.inspectTemplateName STRING If provided, will be used as the default for all values in InspectConfig.
|
jobTriggers[].inspectJob.storageConfig OBJECT Shared message indicating Cloud storage type |
jobTriggers[].inspectJob.actions[] OBJECT A task to execute on the completion of a job. See https://cloud.google.com/dlp/docs/concepts-actions to learn more |
jobTriggers[].updateTime ANY The last update timestamp of a triggeredJob, output only field |
jobTriggers[].name STRING Unique resource name for the triggeredJob, assigned by the service when the
triggeredJob is created, for example
|
jobTriggers[].triggers[] OBJECT What event needs to occur for a new job to be started |
jobTriggers[].triggers[].schedule OBJECT Schedule for triggeredJobs |
jobTriggers[].errors[] OBJECT Details information about an error encountered during job execution or the results of an unsuccessful activation of the JobTrigger. Output only field |
jobTriggers[].errors[].timestamps[] ANY |
jobTriggers[].errors[].details OBJECT The You can find out more about this error model and how to work with it in the API Design Guide |
jobTriggers[].lastRunTime ANY The timestamp of the last time this trigger executed, output only field |
jobTriggers[].displayName STRING Display name (max 100 chars) |
jobTriggers[].description STRING User provided description (max 256 chars) |