- JSON representation
- InfoTypeDescription
- InfoTypeSupportedBy
- VersionDescription
- InfoTypeCategory
- LocationCategory
- IndustryCategory
- TypeCategory
Response to the infoTypes.list request.
JSON representation |
---|
{
"infoTypes": [
{
object ( |
Fields | |
---|---|
info |
Set of sensitive infoTypes. |
InfoTypeDescription
InfoType description.
JSON representation |
---|
{ "name": string, "displayName": string, "supportedBy": [ enum ( |
Fields | |
---|---|
name |
Internal name of the infoType. |
display |
Human readable form of the infoType name. |
supported |
Which parts of the API supports this InfoType. |
description |
Description of the infotype. Translated when language is provided in the request. |
versions[] |
A list of available versions for the infotype. |
categories[] |
The category of the infoType. |
sensitivity |
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 |
Name of the version |
description |
Description of the version. |
InfoTypeCategory
Classification of infoTypes to organize them according to geographic location, industry, and data type.
JSON representation |
---|
{ // Union field |
Fields | |
---|---|
Union field category . Categories of infotypes. category can be only one of the following: |
|
location |
The region or country that issued the ID or document represented by the infoType. |
industry |
The group of relevant businesses where this infoType is commonly used |
type |
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. |
ARMENIA |
The infoType is typically used in Armenia. |
AUSTRALIA |
The infoType is typically used in Australia. |
AZERBAIJAN |
The infoType is typically used in Azerbaijan. |
BELARUS |
The infoType is typically used in Belarus. |
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. |
KAZAKHSTAN |
The infoType is typically used in Kazakhstan. |
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. |
RUSSIA |
The infoType is typically used in Russia. |
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. |
UKRAINE |
The infoType is typically used in Ukraine. |
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. |
UZBEKISTAN |
The infoType is typically used in Uzbekistan. |
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. |