Module: Google::Cloud::Dlp::V2::InfoTypeCategory::TypeCategory

Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

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

Constant Summary collapse

TYPE_UNSPECIFIED =

Unused type

0
PII =

Personally identifiable information, for example, a name or phone number

1
SPII =

Personally identifiable information that is especially sensitive, for example, a passport number.

2
DEMOGRAPHIC =

Attributes that can partially identify someone, especially in combination with other attributes, like age, height, and gender.

3
CREDENTIAL =

Confidential or secret information, for example, a password.

4
GOVERNMENT_ID =

An identification document issued by a government.

5
DOCUMENT =

A document, for example, a resume or source code.

6
CONTEXTUAL_INFORMATION =

Information that is not sensitive on its own, but provides details about the circumstances surrounding an entity or an event.

7