Class StoredInfoTypeConfig (3.2.4)

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

NameDescription
display_name str
Display name of the StoredInfoType (max 256 characters).
description str
Description of the StoredInfoType (max 256 characters).
large_custom_dictionary google.cloud.dlp_v2.types.LargeCustomDictionaryConfig
StoredInfoType where findings are defined by a dictionary of phrases.
dictionary google.cloud.dlp_v2.types.CustomInfoType.Dictionary
Store dictionary-based CustomInfoType.
regex google.cloud.dlp_v2.types.CustomInfoType.Regex
Store regular expression-based StoredInfoType.