logo

Data Masking Fields

Global

InfoType
Description
ADVERTISING_ID
Identifiers used by developers to track users for advertising purposes. These include Google Play Advertising IDs, Amazon Advertising IDs, Apple's identifierForAdvertising (IDFA), and Apple's identifierForVendor (IDFV).
AGE
An age measured in months or years.
CREDIT_CARD_NUMBER
credit card number is 12 to 19 digits long. They are used for payment transactions globally.
CREDIT_CARD_TRACK_NUMBER
credit card track number is a variable length alphanumeric string. It is used to store key cardholder information.
COUNTRY_DEMOGRAPHIC
country when used to reference someone's place of birth, residence, or citizenship.
DATE
date. This infoType includes most date formats, including the names of common world holidays.
DATE_OF_BIRTH
date that is identified by context as a date of birth. Note: Not recommended for use during latency sensitive operations.
DOMAIN_NAME
domain name as defined by the DNS standard.
EMAIL_ADDRESS
An email address identifies the mailbox that emails are sent to or from. The maximum length of the domain name is 255 characters, and the maximum length of the local-part is 64 characters.
ETHNIC_GROUP
A person’s ethnic group.
FEMALE_NAME
A common female name. Note: Not recommended for use during latency sensitive operations.
FIRST_NAME
first name is defined as the first part of a PERSON_NAME. Note: Not recommended for use during latency sensitive operations.
GENDER
A person’s gender identity.
GENERIC_ID
Alphanumeric and special character strings that may be personally identifying but do not belong to a well-defined category, such as user IDs or medical record numbers.
IBAN_CODE
An International Bank Account Number (IBAN) is an internationally agreed-upon method for identifying bank accounts defined by the International Standard of Organization (ISO) 13616:2007 standard. The European Committee for Banking Standards (ECBS) created ISO 13616:2007. An IBAN consists of up to 34 alphanumeric characters, including elements such as a country code or account number.
HTTP_COOKIE
An HTTP cookie is a standard way of storing data on a per website basis. This detector will find headers containing these cookies.
ICCID_NUMBER
An Integrated Circuit Card Identifier (ICCID) is used to uniquely identify each SIM card.
ICD9_CODE
The International Classification of Diseases, Ninth Revision, Clinical Modification (ICD-9-CM) lexicon is used to assign diagnostic and procedure codes associated with inpatient, outpatient, and physician office use in the United States. The US National Center for Health Statistics (NCHS) created the ICD-9-CM lexicon. It is based on the ICD-9 lexicon, but provides for more morbidity detail. The ICD-9-CM lexicon is updated annually on October 1.
ICD10_CODE
Like ICD-9-CM codes, the International Classification of Diseases, Tenth Revision, Clinical Modification (ICD-10-CM) lexicon is a series of diagnostic codes. The World Health Organization (WHO) publishes the ICD-10-CM lexicon to describe causes of morbidity and mortality.
IMEI_HARDWARE_ID
An International Mobile Equipment Identity (IMEI) hardware identifier, used to identify mobile phones.
IMSI_ID
An International Mobile Subscriber Identity (IMSI) identifier is used to identify a telecommunications network subscription. An IMSI_ID indirectly identifies a user, whose subscription is bound to a given SIM card with a publicly known MSISDN number. It includes information such as the mobile country code (MCC) and the mobile network code (MNC) of the network that the card is provisioned in.
IP_ADDRESS
An Internet Protocol (IP) address (either IPv4 or IPv6).
LAST_NAME
last name is defined as the last part of a PERSON_NAME.Note: Not recommended for use during latency sensitive operations.
LOCATION
physical address or location. Note: Not recommended for use during latency sensitive operations.
LOCATION_COORDINATES
A specific location as noted by a latitude-longitude pair or an S2 cell ID.
MAC_ADDRESS
media access control address (MAC address), which is an identifier for a network adapter.
MAC_ADDRESS_LOCAL
A local media access control address (MAC address), which is an identifier for a network adapter.
MALE_NAME
A common male name.Note: Not recommended for use during latency sensitive operations.
MARITAL_STATUS
marital status is a classification that indicates a person's civil status—for example, _single_, _married_, or _divorced_.
MEDICAL_RECORD_NUMBER
A generic medical record number.
MEDICAL_TERM
Terms that commonly refer to a person's medical condition or health.
ORGANIZATION_NAME
A name of a chain store, business or organization.Note: Not recommended for use during latency sensitive operations.
PASSPORT
passport number that matches passport numbers for the following countries: Australia, Canada, China, France, Germany, Japan, Korea, Mexico, The Netherlands, Poland, Singapore, Spain, Sweden, Taiwan, United Kingdom, and the United States.
PERSON_NAME
A full person name, which can include first names, middle names or initials, and last names. Note: Not recommended for use during latency sensitive operations.
PHONE_NUMBER
telephone number.
STREET_ADDRESS
street address. Note: Not recommended for use during latency sensitive operations.
SWIFT_CODE
SWIFT code is the same as a Bank Identifier Code (BIC). It's a unique identification code for a particular bank. These codes are used when transferring money between banks, particularly for international wire transfers. Banks also use the codes for exchanging other messages.
STORAGE_SIGNED_POLICY_DOCUMENT
storage signed policy document is an HTML form used to upload objects. These uploads can overwrite existing objects and may contain many form fields (some of which may be optional) for further customization. All forms will use the *.googleapis.com and will be used for individual file uploads within a POST request form. The form must be UTF-8 encoded.
STORAGE_SIGNED_URL
storage signed URL is a URL that provides time-limited resource access to anyone in possession of the URL, regardless of whether they have a Google account. Signed URLs contain authentication information in their query string, allowing users without credentials to perform specific actions on a resource.
TIME
timestamp of a specific time of day.
URL
Uniform Resource Locator (URL).
VAT_NUMBER
value-added tax identification number is used as an identifier for anything related to a valued-added tax. The following are the supported countries:BelgiumFranceGermanyHungaryIndonesiaItalyNetherlands
VEHICLE_IDENTIFICATION_NUMBER
vehicle identification number (VIN) is a unique 17-digit code assigned to every on-road motor vehicle.

Credentials and secrets

The infoType detectors in this section detect credentials and other secret data.
InfoType
Description
AUTH_TOKEN
An authentication token is a machine-readable way of determining whether a particular request has been authorized for a user. This detector currently identifies tokens that comply with OAuth or Bearer authentication.
AWS_CREDENTIALS
Amazon Web Services account access keys.
AZURE_AUTH_TOKEN
Microsoft Azure certificate credentials for application authentication.
BASIC_AUTH_HEADER
basic authentication header is an HTTP header used to identify a user to a server. It is part of the HTTP specification in RFC 1945, section 11.
ENCRYPTION_KEY
An encryption key within configuration, code, or log text.
GCP_API_KEY
Google Cloud API key. An encrypted string that is used when calling Google Cloud APIs that don't need to access private user data.
GCP_CREDENTIALS
Google Cloud service account credentials. Credentials that can be used to authenticate with Google API client libraries and service accounts.
JSON_WEB_TOKEN
JSON Web Token. JSON Web Token in compact form. Represents a set of claims as a JSON object that is digitally signed using JSON Web Signature.
HTTP_COOKIE
An HTTP cookie is a standard way of storing data on a per website basis. This detector will find headers containing these cookies.
OAUTH_CLIENT_SECRET
An OAuth client secret in configuration files, JSON, URLs, or other text.
PASSWORD
Clear text passwords in configs, code, and other text.
WEAK_PASSWORD_HASH
weakly hashed password is a method of storing a password that is easy to reverse engineer. The presence of such hashes often indicate that a system's security can be improved.
XSRF_TOKEN
An XSRF token is an HTTP header that is commonly used to prevent cross-site scripting attacks. Cross-site scripting is a type of security vulnerability that can be exploited by malicious sites.
SSL_CERTIFICATE
An SSL certificate is a cryptographic certificate used to verify identity and establish secured connections using the Secure Sockets Layer protocol.

Argentina

InfoType
Description
ARGENTINA_DNI_NUMBER
An Argentine Documento Nacional de Identidad (DNI), or national identity card, is used as the main identity document for citizens.

Australia

InfoType
Description
AUSTRALIA_DRIVERS_LICENSE_NUMBER
An Australian driver's license number.
AUSTRALIA_MEDICARE_NUMBER
A 9-digit Australian Medicare account number is issued to permanent residents of Australia (except for Norfolk island). The primary purpose of this number is to prove Medicare eligibility to receive subsidized care in Australia.
AUSTRALIA_PASSPORT
An Australian passport number.
AUSTRALIA_TAX_FILE_NUMBER
An Australian tax file number (TFN) is a number issued by the Australian Tax Office for taxpayer identification. Every taxpaying entity, such as an individual or an organization, is assigned a unique number.

Belgium

InfoType
Description
BELGIUM_NATIONAL_ID_CARD_NUMBER
A 12-digit Belgian national identity card number.

Brazil

InfoType
Description
BRAZIL_CPF_NUMBER
The Brazilian Cadastro de Pessoas Físicas (CPF) number, or Natural Persons Register number, is an 11-digit number used in Brazil for taxpayer identification.

Canada

InfoType
Description
CANADA_BANK_ACCOUNT
Canadian bank account number.
CANADA_BC_PHN
The British Columbia Personal Health Number (PHN) is issued to citizens, permanent residents, temporary workers, students, and other individuals who are entitled to health care coverage in the Province of British Columbia.
CANADA_DRIVERS_LICENSE_NUMBER
driver's license number for each of the ten provinces in Canada (the three territories are currently not covered).
CANADA_OHIP
The Ontario Health Insurance Plan (OHIP) number is issued to citizens, permanent residents, temporary workers, students, and other individuals who are entitled to health care coverage in the Province of Ontario.
CANADA_PASSPORT
Canadian passport number.
CANADA_QUEBEC_HIN
The Québec Health Insurance Number (also known as the RAMQ number) is issued to citizens, permanent residents, temporary workers, students, and other individuals who are entitled to health care coverage in the Province of Québec.
CANADA_SOCIAL_INSURANCE_NUMBER
The Canadian Social Insurance Number (SIN) is the main identifier used in Canada for citizens, permanent residents, and people on work or study visas. With a Canadian SIN and mailing address, one can apply for health care coverage, driver's licenses, and other important services.

Chile

InfoType
Description
CHILE_CDI_NUMBER
Chilean Cédula de Identidad (CDI), or identity card, is used as the main identity document for citizens.

China

InfoType
Description
CHINA_RESIDENT_ID_NUMBER
Chinese resident identification number.
CHINA_PASSPORT
Chinese passport number.

Colombia

InfoType
Description
COLOMBIA_CDC_NUMBER
Colombian Cédula de Ciudadanía (CDC), or citizenship card, is used as the main identity document for citizens.

Croatia

InfoType
Description
CROATIA_PERSONAL_ID_NUMBER
Croatian Personal Identification Number or Osobni Identifikacijski Broj (OIB) is a permanent national identification number given to every Croatian citizen and resident in the Republic of Croatia.

Denmark

InfoType
Description
DENMARK_CPR_NUMBER
Personal Identification Number (CPR, Det Centrale Personregister) is a national ID number in Denmark. It is used with public agencies such as health care and tax authorities. Banks and insurance companies also use it as a customer number. The CPR number is required for people who reside in Denmark, pay tax or own property there.

France

InfoType
Description
FRANCE_CNI
The French Carte Nationale d'Identité Sécurisée (CNI or CNIS) is the French national identity card. It's an official identity document consisting of a 12-digit identification number. This number is commonly used when opening bank accounts and when paying by check. It can sometimes be used instead of a passport or visa within the European Union (EU) and in some other countries.
FRANCE_NIR
The French Numéro d'Inscription au Répertoire (NIR) is a permanent personal identification number that's also known as the French social security number for services including healthcare and pensions.
FRANCE_PASSPORT
French passport number.
FRANCE_TAX_IDENTIFICATION_NUMBER
The French tax identification number is a government-issued ID for all individuals paying taxes in France.

Finland

InfoType
Description
FINLAND_NATIONAL_ID_NUMBER
Finnish personal identity code, a national government identification number for Finnish citizens used on identity cards, driver's licenses and passports.

Germany

InfoType
Description
GERMANY_DRIVERS_LICENSE_NUMBER
German driver's license number.
GERMANY_IDENTITY_CARD_NUMBER
The German Personalausweis, or identity card, is used as the main identity document for citizens of Germany.
GERMANY_PASSPORT
German passport number. The format of a German passport number is 10 alphanumeric characters, chosen from numerals 0–9 and letters C, F, G, H, J, K, L, M, N, P, R, T, V, W, X, Y, Z.
GERMANY_TAXPAYER_IDENTIFICATION_NUMBER
An 11-digit German taxpayer identification number assigned to both natural-born and other legal residents of Germany for the purposes of recording tax payments.
GERMANY_SCHUFA_ID
German Schufa identification number. Schufa Holding AG is a German credit bureau whose aim is to protect clients from credit risk.

Hong Kong

InfoType
Description
HONG_KONG_ID_NUMBER
The 香港身份證, or Hong Kong identity card (HKIC), is used as the main identity document for citizens of Hong Kong.

India

InfoType
Description
INDIA_AADHAAR_INDIVIDUAL
The Indian Aadhaar number is a 12-digit unique identity number obtained by residents of India, based on their biometric and demographic data.
INDIA_GST_INDIVIDUAL
The Indian GST identification number (GSTIN) is a unique identifier required of every business in India for taxation.
INDIA_PAN_INDIVIDUAL
The Indian Personal Permanent Account Number (PAN) is a unique 10-digit alphanumeric identifier used for identification of individuals—particularly people who pay income tax. It's issued by the Indian Income Tax Department. The PAN is valid for the lifetime of the holder.

Indonesia

InfoType
Description
INDONESIA_NIK_NUMBER
An Indonesian Single Identity Number (Nomor Induk Kependudukan, or NIK) is the national identification number of Indonesia. The NIK is used as the basis for issuing Indonesian resident identity cards (Kartu Tanda Penduduk, or KTP), passports, driver's licenses and other identity documents.

Ireland

InfoType
Description
IRELAND_DRIVING_LICENSE_NUMBER
An Irish driving license number.
IRELAND_EIRCODE
Eircode is an Irish postal code that uniquely identifies an address.
IRELAND_PASSPORT
An Irish (IE) passport number.
IRELAND_PPSN
The Irish Personal Public Service Number (PPS number, or PPSN) is a unique number for accessing social welfare benefits, public services, and information in Ireland.

Israel

InfoType
Description
ISRAEL_IDENTITY_CARD_NUMBER
The Israel identity card number is issued to all Israeli citizens at birth by the Ministry of the Interior. Temporary residents are assigned a number when they receive temporary resident status.

Italy

InfoType
Description
ITALY_FISCAL_CODE
An Italy fiscal code number is a unique 16-digit code assigned to Italian citizens as a form of identification.

Japan

InfoType
Description
JAPAN_BANK_ACCOUNT
Japanese bank account number.
JAPAN_DRIVERS_LICENSE_NUMBER
Japanese driver's license number.
JAPAN_INDIVIDUAL_NUMBER
The Japanese national identification number—sometimes referred to as "My Number"—is a new national ID number as of January 2016.
JAPAN_PASSPORT
Japanese passport number. The passport number consists of two alphabetic characters followed by seven digits.

Korea

InfoType
Description
KOREA_PASSPORT
Korean passport number.
KOREA_RRN
South Korean Social Security number.

Mexico

InfoType
Description
MEXICO_CURP_NUMBER
The Mexico Clave Única de Registro de Población (CURP) number, or Unique Population Registry Code or Personal Identification Code number. The CURP number is an 18-character state-issued identification number assigned by the Mexican government to citizens or residents of Mexico and used for taxpayer identification.
MEXICO_PASSPORT
Mexican passport number.

The Netherlands

InfoType
Description
NETHERLANDS_BSN_NUMBER
Dutch Burgerservicenummer (BSN), or Citizen's Service Number, is a state-issued identification number that's on driver's licenses, passports, and international ID cards.
NETHERLANDS_PASSPORT
Dutch passport number.

New Zealand

InfoType
Description
NEW_ZEALAND_IRD_NUMBER
An IRD number is used in New Zealand by the government, financial institutions, and employers to identify an entity for tax-related events. Each entity is assigned one IRD number by New Zealand's Inland Revenue Department.

Norway

InfoType
Description
NORWAY_NI_NUMBER
Norway‘s Fødselsnummer, National Identification Number, or Birth Number is assigned at birth, or on migration into the country. It is registered with the Norwegian Tax Office.

Paraguay

InfoType
Description
PARAGUAY_CIC_NUMBER
Paraguayan Cédula de Identidad Civil (CIC), or civil identity card, is used as the main identity document for citizens.

Peru

InfoType
Description
PERU_DNI_NUMBER
Peruvian Documento Nacional de Identidad (DNI), or national identity card, is used as the main identity document for citizens.

Poland

InfoType
Description
POLAND_PESEL_NUMBER
The PESEL number is the national identification number used in Poland. It is mandatory for all permanent residents of Poland and for temporary residents staying there longer than 2 months. It is assigned to just one person and can be changed only in rare cases, such as child adoption, gender reassignment, or birth date adjustment.
POLAND_NATIONAL_ID_NUMBER
The Polish identity card number. is a government identification number for Polish citizens. Every citizen older than 18 years must have an identity card. The local Office of Civic Affairs issues the card, and each card has its own unique number.
POLAND_PASSPORT
Polish passport number. Polish passport is an international travel document for Polish citizens. It can also be used as a proof of Polish citizenship.

Portugal

InfoType
Description
PORTUGAL_CDC_NUMBER
Portuguese Cartão de cidadão (CDC), or Citizen Card, is used as the main identity, Social Security, health services, taxpayer, and voter document for citizens.
PORTUGAL_NIB_NUMBER
Portuguese Número de Identificação Bancária (NIB) , or Banking Identification Number is assigned by the Banco de Portugal and identifies bank accounts for all national interbanking operations.
PORTUGAL_SOCIAL_SECURITY_NUMBER
Portuguese Social Security number, also known as a Número de Identificação de Segurança Social, identifies a person in Portugal for all interactions with the country's Social Security system.

Singapore

InfoType
Description
SINGAPORE_NATIONAL_REGISTRATION_ID_NUMBER
A unique set of nine alpha-numeric characters on the Singapore National Registration Identity Card.
SINGAPORE_PASSPORT
Singaporean passport number.

South Africa

InfoType
Description
SOUTH_AFRICA_ID_NUMBER
South Africa ID number.

Spain

InfoType
Description
SPAIN_CIF_NUMBER
The Spanish Código de Identificación Fiscal (CIF) was the tax identification system used in Spain for legal entities until 2008. It was then replaced by the Número de Identificación Fiscal (NIF) for natural and juridical persons.
SPAIN_DNI_NUMBER
Spain national identity number.
SPAIN_DRIVERS_LICENSE_NUMBER
Spanish driver's license number.
SPAIN_NIE_NUMBER
The Spanish Número de Identificación de Extranjeros (NIE) is an identification number for foreigners living or doing business in Spain. An NIE number is needed for key transactions such as opening a bank account, buying a car, or setting up a mobile phone contract.
SPAIN_NIF_NUMBER
The Spanish Número de Identificación Fiscal (NIF) is a government identification number for Spanish citizens. An NIF number is needed for key transactions such as opening a bank account, buying a car, or setting up a mobile phone contract.
SPAIN_PASSPORT
Spanish Ordinary Passport (Pasaporte Ordinario) number. There are 4 different types of passports in Spain. This detector is for the Ordinary Passport (Pasaporte Ordinario) type, which is issued for ordinary travel, such as vacations and business trips.
SPAIN_SOCIAL_SECURITY_NUMBER
The Spanish Social Security number (Número de Afiliación a la Seguridad Social) is a 10-digit sequence that identifies a person in Spain for all interactions with the country's Social Security system.

Sweden

InfoType
Description
SWEDEN_NATIONAL_ID_NUMBER
Swedish Personal Identity Number (personnummer), a national government identification number for Swedish citizens.
SWEDEN_PASSPORT
Swedish passport number.

Taiwan

InfoType
Description
TAIWAN_PASSPORT
Taiwanese passport number.

Thailand

InfoType
Description
THAILAND_NATIONAL_ID_NUMBER
The Thai บัตรประจำตัวประชาชนไทย, or identity card, is used as the main identity document for Thai nationals.

Turkey

InfoType
Description
TURKEY_ID_NUMBER
A unique Turkish personal identification number, assigned to every citizen of Turkey.

United Kingdom

InfoType
Description
SCOTLAND_COMMUNITY_HEALTH_INDEX_NUMBER
The Scotland Community Health Index Number (CHI number) is a 10-digit sequence used to uniquely identify a patient within National Health Service Scotland (NHS Scotland).
UK_DRIVERS_LICENSE_NUMBER
driver's license number for the United Kingdom of Great Britain and Northern Ireland (UK).
UK_NATIONAL_HEALTH_SERVICE_NUMBER
National Health Service (NHS) number is the unique number allocated to a registered user of the three public health services in England, Wales, and the Isle of Man.
UK_NATIONAL_INSURANCE_NUMBER
The National Insurance number (NINO) is a number used in the United Kingdom (UK) in the administration of the National Insurance or social security system. It identifies people, and is also used for some purposes in the UK tax system. The number is sometimes referred to as NI No or NINO.
UK_PASSPORT
United Kingdom (UK) passport number.
UK_TAXPAYER_REFERENCE
United Kingdom (UK) Unique Taxpayer Reference (UTR) number. This number, comprised of a string of 10 decimal digits, is an identifier used by the UK government to manage the taxation system. Unlike other identifiers, such as the passport number or social insurance number, the UTR is not listed on official identity cards.

United States

InfoType
Description
AMERICAN_BANKERS_CUSIP_ID
An American Bankers' Committee on Uniform Security Identification Procedures (CUSIP) number is a 9-character alphanumeric code that identifies a North American financial security.
FDA_CODE
Drug product name or active ingredient registered by the United States Food and Drug Administration (FDA).
US_ADOPTION_TAXPAYER_IDENTIFICATION_NUMBER
United States Adoption Taxpayer Identification Number (ATIN) is a type of United States Tax Identification Number (TIN). An ATIN is issued by the Internal Revenue Service (IRS) to individuals who are in the process of legally adopting a US citizen or resident child.
US_BANK_ROUTING_MICR
The American Bankers Association (ABA) Routing Number (also called the transit number) is a nine-digit code. It's used to identify the financial institution that's responsible to credit or entitled to receive credit for a check or electronic transaction.
US_DEA_NUMBER
US Drug Enforcement Administration (DEA) number is assigned to a health care provider by the US DEA. It allows the health care provider to write prescriptions for controlled substances. The DEA number is often used as a general "prescriber number" that is a unique identifier for anyone who can prescribe medication.
US_DRIVERS_LICENSE_NUMBER
driver's license number for the United States. The format can vary depending on the issuing state. This detector is likely, but not guaranteed, to identify state-issued ID numbers as well, because state-issued ID numbers have the same form and use as driver's license numbers.
US_EMPLOYER_IDENTIFICATION_NUMBER
United States Employer Identification Number (EIN) is also known as a Federal Tax Identification Number, and is used to identify a business entity.
US_HEALTHCARE_NPI
The US National Provider Identifier (NPI) is a unique 10-digit identification number issued to health care providers in the United States by the Centers for Medicare and Medicaid Services (CMS). The NPI has replaced the unique provider identification number (UPIN) as the required identifier for Medicare services. It's also used by other payers, including commercial healthcare insurers.
US_INDIVIDUAL_TAXPAYER_IDENTIFICATION_NUMBER
United States Individual Taxpayer Identification Number (ITIN) is a type of Tax Identification Number (TIN), issued by the Internal Revenue Service (IRS). An ITIN is a tax processing number only available for certain nonresident and resident aliens, their spouses, and dependents who cannot get a Social Security Number (SSN).
US_MEDICARE_BENEFICIARY_ID_NUMBER
A US Medicare Beneficiary Identifier is an identification number that is used on all US Medicare transactions.
US_PASSPORT
United States passport number.
US_PREPARER_TAXPAYER_IDENTIFICATION_NUMBER
United States Preparer Taxpayer Identification Number (PTIN) is an identification number that all paid tax return preparers must use on US federal tax returns or claims for refund submitted to the US Internal Revenue Service (IRS).
US_SOCIAL_SECURITY_NUMBER
United States Social Security number (SSN) is a 9-digit number issued to US citizens, permanent residents, and temporary residents. This detector will not match against numbers with all zeroes in any digit group (that is, 000-##-####, ###-00-####, or ###-##-0000), against numbers with 666 in the first digit group, or against numbers whose first digit is 9.
US_STATE
United States state name.
US_TOLLFREE_PHONE_NUMBER
US toll-free telephone number.
US_VEHICLE_IDENTIFICATION_NUMBER
vehicle identification number (VIN) is a unique 17-digit code assigned to every on-road motor vehicle in North America.

Uruguay

InfoType
Description
URUGUAY_CDI_NUMBER
Uruguayan Cédula de Identidad (CDI), or identity card, is used as the main identity document for citizens.

Venezuela

InfoType
Description
VENEZUELA_CDI_NUMBER
Venezuelan Cédula de Identidad (CDI), or national identity card, is used as the main identity document for citizens.

Documents

In addition to its ability to scan and classify information contained within documents, Sensitive Data Protection can classify documents into multiple enterprise-specific categories. When combined with personally identifiable information (PII) inspection scan results, this classification can be useful for document risk assessment, policy enforcement, and similar use cases.
InfoType
Description
DOCUMENT_TYPE/FINANCE/REGULATORY
Finance regulatory documents include financial regulations, tax laws, rules, and guidelines. They are typically issued by tax or regulatory authorities.
DOCUMENT_TYPE/FINANCE/SEC_FILING
An SEC filing is a formal document submitted to the US Securities and Exchange Commission. The most commonly filed SEC forms are 10-K and 10-Q.
DOCUMENT_TYPE/HR/RESUME
résumé or a curriculum vitae (CV) document.
DOCUMENT_TYPE/LEGAL/BLANK_FORM
blank legal form or template. This document type typically has multiple areas or boxes left empty to be filled in by an individual, who then submits the form to a legal institution.
DOCUMENT_TYPE/LEGAL/BRIEF
legal brief is a document that advocates a particular outcome of a case, presenting supporting points, law interpretations, and recommendations.
DOCUMENT_TYPE/LEGAL/COURT_ORDER
court order, ruling, or decision is a document produced by the court requesting a specific action from the involved parties.
DOCUMENT_TYPE/LEGAL/LAW
law document is a document that contains the text of a law or a regulation.
DOCUMENT_TYPE/LEGAL/PLEADING
pleading is a formal written statement of a party's claims or defenses to another party's claims. Examples include a complaint, a demurrer, or an answer.
DOCUMENT_TYPE/R&D/PATENT
patent or a patent application document.
DOCUMENT_TYPE/R&D/SOURCE_CODE
source code file.
DOCUMENT_TYPE/R&D/SYSTEM_LOG
system or application software log.
DOCUMENT_TYPE/R&D/DATABASE_BACKUP
database backup file.