typeCategory property

String? typeCategory
getter/setter pair

The class of identifiers where this infoType belongs Possible string values are:

  • "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.

Implementation

core.String? typeCategory;