patterns property

List<GooglePrivacyDlpV2FileStoreRegex>? patterns
getter/setter pair

The group of regular expression patterns to match against one or more file stores.

Maximum of 100 entries. The sum of all regular expression's length can't exceed 10 KiB.

Required.

Implementation

core.List<GooglePrivacyDlpV2FileStoreRegex>? patterns;