TypeCategory(value)Enum of the current types in the category. We might add more types in the future.
Enums |
|
|---|---|
| Name | Description |
TYPE_UNSPECIFIED |
Unused type |
PII |
Personally identifiable information, for example, a name or phone number |
SPII |
Personally identifiable information that is especially sensitive, for example, a passport number. |
DEMOGRAPHIC |
Attributes that can partially identify someone, especially in combination with other attributes, like age, height, and gender. |
CREDENTIAL |
Confidential or secret information, for example, a password. |
GOVERNMENT_ID |
An identification document issued by a government. |
DOCUMENT |
A document, for example, a resume or source code. |
CONTEXTUAL_INFORMATION |
Information that is not sensitive on its own, but provides details about the circumstances surrounding an entity or an event. |
CUSTOM |
Category for `CustomInfoType` types. |