Class InfoTypeCategory (3.11.1)

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.

Classes

IndustryCategory

IndustryCategory(value)

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

Values: INDUSTRY_UNSPECIFIED (0): Unused industry FINANCE (1): The infoType is typically used in the finance industry. HEALTH (2): The infoType is typically used in the health industry. TELECOMMUNICATIONS (3): The infoType is typically used in the telecommunications industry.

LocationCategory

LocationCategory(value)

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

Values: LOCATION_UNSPECIFIED (0): Unused location GLOBAL (1): The infoType is not issued by or tied to a specific region, but is used almost everywhere. ARGENTINA (2): The infoType is typically used in Argentina. AUSTRALIA (3): The infoType is typically used in Australia. BELGIUM (4): The infoType is typically used in Belgium. BRAZIL (5): The infoType is typically used in Brazil. CANADA (6): The infoType is typically used in Canada. CHILE (7): The infoType is typically used in Chile. CHINA (8): The infoType is typically used in China. COLOMBIA (9): The infoType is typically used in Colombia. DENMARK (10): The infoType is typically used in Denmark. FRANCE (11): The infoType is typically used in France. FINLAND (12): The infoType is typically used in Finland. GERMANY (13): The infoType is typically used in Germany. HONG_KONG (14): The infoType is typically used in Hong Kong. INDIA (15): The infoType is typically used in India. INDONESIA (16): The infoType is typically used in Indonesia. IRELAND (17): The infoType is typically used in Ireland. ISRAEL (18): The infoType is typically used in Israel. ITALY (19): The infoType is typically used in Italy. JAPAN (20): The infoType is typically used in Japan. KOREA (21): The infoType is typically used in Korea. MEXICO (22): The infoType is typically used in Mexico. THE_NETHERLANDS (23): The infoType is typically used in the Netherlands. NORWAY (24): The infoType is typically used in Norway. PARAGUAY (25): The infoType is typically used in Paraguay. PERU (26): The infoType is typically used in Peru. POLAND (27): The infoType is typically used in Poland. PORTUGAL (28): The infoType is typically used in Portugal. SINGAPORE (29): The infoType is typically used in Singapore. SOUTH_AFRICA (30): The infoType is typically used in South Africa. SPAIN (31): The infoType is typically used in Spain. SWEDEN (32): The infoType is typically used in Sweden. TAIWAN (33): The infoType is typically used in Taiwan. THAILAND (34): The infoType is typically used in Thailand. TURKEY (35): The infoType is typically used in Turkey. UNITED_KINGDOM (36): The infoType is typically used in the United Kingdom. UNITED_STATES (37): The infoType is typically used in the United States. URUGUAY (38): The infoType is typically used in Uruguay. VENEZUELA (39): The infoType is typically used in Venezuela. INTERNAL (40): The infoType is typically used in Google internally. NEW_ZEALAND (41): The infoType is typically used in New Zealand.

TypeCategory

TypeCategory(value)

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

Values: TYPE_UNSPECIFIED (0): Unused type PII (1): Personally identifiable information, for example, a name or phone number SPII (2): Personally identifiable information that is especially sensitive, for example, a passport number. DEMOGRAPHIC (3): Attributes that can partially identify someone, especially in combination with other attributes, like age, height, and gender. CREDENTIAL (4): Confidential or secret information, for example, a password. GOVERNMENT_ID (5): An identification document issued by a government. DOCUMENT (6): A document, for example, a resume or source code. CONTEXTUAL_INFORMATION (7): Information that is not sensitive on its own, but provides details about the circumstances surrounding an entity or an event.