Class InfoTypeCategory (3.9.0)

InfoTypeCategory(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Classification of infoTypes to organize them according to geographic location, industry, and data type.

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
location_category google.cloud.dlp_v2.types.InfoTypeCategory.LocationCategory
The region or country that issued the ID or document represented by the infoType. This field is a member of `oneof`_ ``category``.
industry_category google.cloud.dlp_v2.types.InfoTypeCategory.IndustryCategory
The group of relevant businesses where this infoType is commonly used This field is a member of `oneof`_ ``category``.
type_category google.cloud.dlp_v2.types.InfoTypeCategory.TypeCategory
The class of identifiers where this infoType belongs This field is a member of `oneof`_ ``category``.

Inheritance

builtins.object > proto.message.Message > InfoTypeCategory

Classes

IndustryCategory

IndustryCategory(value)

Enum of the current industries in the category. We might add more industries in the future.

LocationCategory

LocationCategory(value)

Enum of the current locations. We might add more locations in the future.

TypeCategory

TypeCategory(value)

Enum of the current types in the category. We might add more types in the future.