Class StoredInfoTypeConfig (3.8.1)

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.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

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. This field is a member of oneof_ type.
dictionary google.cloud.dlp_v2.types.CustomInfoType.Dictionary
Store dictionary-based CustomInfoType. This field is a member of oneof_ type.
regex google.cloud.dlp_v2.types.CustomInfoType.Regex
Store regular expression-based StoredInfoType. This field is a member of oneof_ type.