Interface protos.google.privacy.dlp.v2.IDlpJob (3.1.8)

Properties of a DlpJob.

Package

@google-cloud/dlp!

Properties

createTime

createTime?: (google.protobuf.ITimestamp|null);

DlpJob createTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

endTime

endTime?: (google.protobuf.ITimestamp|null);

DlpJob endTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

errors

errors?: (google.privacy.dlp.v2.IError[]|null);

DlpJob errors

Property Value
TypeDescription
(google.privacy.dlp.v2.IError[]|null)

inspectDetails

inspectDetails?: (google.privacy.dlp.v2.IInspectDataSourceDetails|null);

DlpJob inspectDetails

Property Value
TypeDescription
(google.privacy.dlp.v2.IInspectDataSourceDetails|null)

jobTriggerName

jobTriggerName?: (string|null);

DlpJob jobTriggerName

Property Value
TypeDescription
(string|null)

name

name?: (string|null);

DlpJob name

Property Value
TypeDescription
(string|null)

riskDetails

riskDetails?: (google.privacy.dlp.v2.IAnalyzeDataSourceRiskDetails|null);

DlpJob riskDetails

Property Value
TypeDescription
(google.privacy.dlp.v2.IAnalyzeDataSourceRiskDetails|null)

startTime

startTime?: (google.protobuf.ITimestamp|null);

DlpJob startTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

state

state?: (google.privacy.dlp.v2.DlpJob.JobState|keyof typeof google.privacy.dlp.v2.DlpJob.JobState|null);

DlpJob state

Property Value
TypeDescription
(google.privacy.dlp.v2.DlpJob.JobState|keyof typeof google.privacy.dlp.v2.DlpJob.JobState|null)

type

type?: (google.privacy.dlp.v2.DlpJobType|keyof typeof google.privacy.dlp.v2.DlpJobType|null);

DlpJob type

Property Value
TypeDescription
(google.privacy.dlp.v2.DlpJobType|keyof typeof google.privacy.dlp.v2.DlpJobType|null)