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

Properties of a JobTrigger.

Package

@google-cloud/dlp!

Properties

createTime

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

JobTrigger createTime

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

description

description?: (string|null);

JobTrigger description

Property Value
TypeDescription
(string|null)

displayName

displayName?: (string|null);

JobTrigger displayName

Property Value
TypeDescription
(string|null)

errors

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

JobTrigger errors

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

inspectJob

inspectJob?: (google.privacy.dlp.v2.IInspectJobConfig|null);

JobTrigger inspectJob

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

lastRunTime

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

JobTrigger lastRunTime

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

name

name?: (string|null);

JobTrigger name

Property Value
TypeDescription
(string|null)

status

status?: (google.privacy.dlp.v2.JobTrigger.Status|keyof typeof google.privacy.dlp.v2.JobTrigger.Status|null);

JobTrigger status

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

triggers

triggers?: (google.privacy.dlp.v2.JobTrigger.ITrigger[]|null);

JobTrigger triggers

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

updateTime

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

JobTrigger updateTime

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