ListInfoTypesResponse

Response to the infoTypes.list request.

JSON representation
{
  "infoTypes": [
    {
      object (InfoTypeDescription)
    }
  ]
}
Fields
infoTypes[]

object (InfoTypeDescription)

Set of sensitive infoTypes.

InfoTypeDescription

InfoType description.

JSON representation
{
  "name": string,
  "displayName": string,
  "supportedBy": [
    enum (InfoTypeSupportedBy)
  ],
  "description": string,
  "versions": [
    {
      object (VersionDescription)
    }
  ],
  "categories": [
    {
      object (InfoTypeCategory)
    }
  ],
  "sensitivityScore": {
    object (SensitivityScore)
  }
}
Fields
name

string

Internal name of the infoType.

displayName

string

Human readable form of the infoType name.

supportedBy[]

enum (InfoTypeSupportedBy)

Which parts of the API supports this InfoType.

description

string

Description of the infotype. Translated when language is provided in the request.

versions[]

object (VersionDescription)

A list of available versions for the infotype.

categories[]

object (InfoTypeCategory)

The category of the infoType.

sensitivityScore

object (SensitivityScore)

The default sensitivity of the infoType.

InfoTypeSupportedBy

Parts of the APIs which use certain infoTypes.

Enums
ENUM_TYPE_UNSPECIFIED Unused.
INSPECT Supported by the inspect operations.
RISK_ANALYSIS Supported by the risk analysis operations.

VersionDescription

Details about each available version for an infotype.

JSON representation
{
  "version": string,
  "description": string
}
Fields
version

string

Name of the version

description

string

Description of the version.

InfoTypeCategory

Classification of infoTypes to organize them according to geographic location, industry, and data type.

JSON representation
{

  // Union field category can be only one of the following:
  "locationCategory": enum (LocationCategory),
  "industryCategory": enum (IndustryCategory),
  "typeCategory": enum (TypeCategory)
  // End of list of possible types for union field category.
}
Fields
Union field category. Categories of infotypes. category can be only one of the following:
locationCategory

enum (LocationCategory)

The region or country that issued the ID or document represented by the infoType.

industryCategory

enum (IndustryCategory)

The group of relevant businesses where this infoType is commonly used

typeCategory

enum (TypeCategory)

The class of identifiers where this infoType belongs

LocationCategory

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

Enums
LOCATION_UNSPECIFIED Unused location
GLOBAL The infoType is not issued by or tied to a specific region, but is used almost everywhere.
ARGENTINA The infoType is typically used in Argentina.
AUSTRALIA The infoType is typically used in Australia.
BELGIUM The infoType is typically used in Belgium.
BRAZIL The infoType is typically used in Brazil.
CANADA The infoType is typically used in Canada.
CHILE The infoType is typically used in Chile.
CHINA The infoType is typically used in China.
COLOMBIA The infoType is typically used in Colombia.
CROATIA The infoType is typically used in Croatia.
DENMARK The infoType is typically used in Denmark.
FRANCE The infoType is typically used in France.
FINLAND The infoType is typically used in Finland.
GERMANY The infoType is typically used in Germany.
HONG_KONG The infoType is typically used in Hong Kong.
INDIA The infoType is typically used in India.
INDONESIA The infoType is typically used in Indonesia.
IRELAND The infoType is typically used in Ireland.
ISRAEL The infoType is typically used in Israel.
ITALY The infoType is typically used in Italy.
JAPAN The infoType is typically used in Japan.
KOREA The infoType is typically used in Korea.
MEXICO The infoType is typically used in Mexico.
THE_NETHERLANDS The infoType is typically used in the Netherlands.
NEW_ZEALAND The infoType is typically used in New Zealand.
NORWAY The infoType is typically used in Norway.
PARAGUAY The infoType is typically used in Paraguay.
PERU The infoType is typically used in Peru.
POLAND The infoType is typically used in Poland.
PORTUGAL The infoType is typically used in Portugal.
SINGAPORE The infoType is typically used in Singapore.
SOUTH_AFRICA The infoType is typically used in South Africa.
SPAIN The infoType is typically used in Spain.
SWEDEN The infoType is typically used in Sweden.
SWITZERLAND The infoType is typically used in Switzerland.
TAIWAN The infoType is typically used in Taiwan.
THAILAND The infoType is typically used in Thailand.
TURKEY The infoType is typically used in Turkey.
UNITED_KINGDOM The infoType is typically used in the United Kingdom.
UNITED_STATES The infoType is typically used in the United States.
URUGUAY The infoType is typically used in Uruguay.
VENEZUELA The infoType is typically used in Venezuela.
INTERNAL The infoType is typically used in Google internally.

IndustryCategory

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

Enums
INDUSTRY_UNSPECIFIED Unused industry
FINANCE The infoType is typically used in the finance industry.
HEALTH The infoType is typically used in the health industry.
TELECOMMUNICATIONS The infoType is typically used in the telecommunications industry.

TypeCategory

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

Enums
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.