DlpJob
(
mapping
=
None
,
*
,
ignore_unknown_fields
=
False
,
**
kwargs
)
Combines all of the information about a DLP job. .. attribute:: name
The server-assigned name.
:type: str
Attributes
Name
Description
type_
state
risk_details
google.cloud.dlp_v2.types.AnalyzeDataSourceRiskDetails
Results from analyzing risk of a data source.
inspect_details
create_time
google.protobuf.timestamp_pb2.Timestamp
Time when the job was created.
start_time
google.protobuf.timestamp_pb2.Timestamp
Time when the job started.
end_time
google.protobuf.timestamp_pb2.Timestamp
Time when the job finished.
job_trigger_name
str
If created by a job trigger, the resource name of the trigger that instantiated the job.
errors
Classes
JobState
JobState
(
value
)
Possible states of a job. New items may be added.