Resource: DlpJob
Combines all of the information about a DLP job.
JSON representation |
---|
{ "name" : string , "type" : enum ( |
name
string
The server-assigned name.
type
enum (
DlpJobType
)
The type of job.
state
enum (
JobState
)
State of a job.
createTime
string (
Timestamp
format)
Time when the job was created.
Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z"
, "2014-10-02T15:01:23.045123456Z"
or "2014-10-02T15:01:23+05:30"
.
startTime
string (
Timestamp
format)
Time when the job started.
Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z"
, "2014-10-02T15:01:23.045123456Z"
or "2014-10-02T15:01:23+05:30"
.
endTime
string (
Timestamp
format)
Time when the job finished.
Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z"
, "2014-10-02T15:01:23.045123456Z"
or "2014-10-02T15:01:23+05:30"
.
lastModified
string (
Timestamp
format)
Time when the job was last modified by the system.
Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z"
, "2014-10-02T15:01:23.045123456Z"
or "2014-10-02T15:01:23+05:30"
.
jobTriggerName
string
If created by a job trigger, the resource name of the trigger that instantiated the job.
errors[]
object (
Error
)
A stream of errors encountered running the job.
actionDetails[]
object (
ActionDetails
)
Events that should occur after the job has completed.
details
. Job details. details
can be only one of the following:riskDetails
object (
AnalyzeDataSourceRiskDetails
)
Results from analyzing risk of a data source.
inspectDetails
object (
InspectDataSourceDetails
)
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. |