infoTypes property

List<GooglePrivacyDlpV2InfoType>? infoTypes
getter/setter pair

Restricts what info_types to look for.

The values must correspond to InfoType values returned by ListInfoTypes or listed at https://cloud.google.com/sensitive-data-protection/docs/infotypes-reference. When no InfoTypes or CustomInfoTypes are specified in a request, the system may automatically choose a default list of detectors to run, which may change over time. If you need precise control and predictability as to what detectors are run you should specify specific InfoTypes listed in the reference, otherwise a default list will be used, which may change over time.

Implementation

core.List<GooglePrivacyDlpV2InfoType>? infoTypes;