Resource: DlpJob
Combines all of the information about a DLP job.
JSON representation |
---|
{ "name": string, "type": enum ( |
Fields | |
---|---|
name |
The server-assigned name. |
type |
The type of job. |
state |
State of a job. |
create |
Time when the job was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
start |
Time when the job started. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
end |
Time when the job finished. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
last |
Time when the job was last modified by the system. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
job |
If created by a job trigger, the resource name of the trigger that instantiated the job. |
errors[] |
A stream of errors encountered running the job. |
action |
Events that should occur after the job has completed. |
Union field details . Job details. details can be only one of the following: |
|
risk |
Results from analyzing risk of a data source. |
inspect |
Results from inspecting a data source. |
Methods |
|
---|---|
|
Starts asynchronous cancellation on a long-running DlpJob. |
|
Creates a new job to inspect storage or calculate risk metrics. |
|
Deletes a long-running DlpJob. |
|
Finish a running hybrid DlpJob. |
|
Gets the latest state of a long-running DlpJob. |
|
Inspect hybrid content and store findings to a job. |
|
Lists DlpJobs that match the specified filter in the request. |