Data Loss Prevention V2 Client - Class TypeCategory (1.8.6)

Reference documentation and code samples for the Data Loss Prevention V2 Client class TypeCategory.

Enum of the current types in the category.

We might add more types in the future.

Protobuf type google.privacy.dlp.v2.InfoTypeCategory.TypeCategory

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

TYPE_UNSPECIFIED

Value: 0

Unused type

Generated from protobuf enum TYPE_UNSPECIFIED = 0;

PII

Value: 1

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

Generated from protobuf enum PII = 1;

SPII

Value: 2

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

Generated from protobuf enum SPII = 2;

DEMOGRAPHIC

Value: 3

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

Generated from protobuf enum DEMOGRAPHIC = 3;

CREDENTIAL

Value: 4

Confidential or secret information, for example, a password.

Generated from protobuf enum CREDENTIAL = 4;

GOVERNMENT_ID

Value: 5

An identification document issued by a government.

Generated from protobuf enum GOVERNMENT_ID = 5;

DOCUMENT

Value: 6

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

Generated from protobuf enum DOCUMENT = 6;

CONTEXTUAL_INFORMATION

Value: 7

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

Generated from protobuf enum CONTEXTUAL_INFORMATION = 7;