StoredInfoTypeConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Configuration for stored infoTypes. All fields and subfield are provided by the user. For more information, see https://cloud.google.com/dlp/docs/creating-custom-infotypes.
Attributes
Name | Description |
display_name |
str
Display name of the StoredInfoType (max 256 characters). |
description |
str
Description of the StoredInfoType (max 256 characters). |
large_custom_dictionary |
`.dlp.LargeCustomDictionaryConfig`
StoredInfoType where findings are defined by a dictionary of phrases. |
dictionary |
`.storage.CustomInfoType.Dictionary`
Store dictionary-based CustomInfoType. |
regex |
`.storage.CustomInfoType.Regex`
Store regular expression-based StoredInfoType. |