Class InspectJobConfig (2.0.1)

InspectJobConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Controls what and how to inspect for findings.

Attributes

NameDescription
storage_config `.storage.StorageConfig`
The data to scan.
inspect_config `.dlp.InspectConfig`
How and what to scan for.
inspect_template_name str
If provided, will be used as the default for all values in InspectConfig. ``inspect_config`` will be merged into the values persisted as part of the template.
actions Sequence[`.dlp.Action`]
Actions to execute at the completion of the job.

Inheritance

builtins.object > proto.message.Message > InspectJobConfig