<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Appendix on</title><link>https://developer.docs.protegrity.com/0.9.0/docs/appendix/</link><description>Recent content in Appendix on</description><generator>Hugo</generator><language>en</language><lastBuildDate>Mon, 27 Apr 2026 11:54:25 +0000</lastBuildDate><atom:link href="https://developer.docs.protegrity.com/0.9.0/docs/appendix/index.xml" rel="self" type="application/rss+xml"/><item><title>Input Sanitization</title><link>https://developer.docs.protegrity.com/0.9.0/docs/appendix/dd_adv_feature/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://developer.docs.protegrity.com/0.9.0/docs/appendix/dd_adv_feature/</guid><description>&lt;p>The Classification service in Data Discovery offers a security feature that rejects unsanitized data. Data that is malformed, non-normalized, containing homoglyphs, hieroglyphs, mixed Unicode variants, or control characters are considered as unsanitized data. These are rejected for classification.&lt;/p>
&lt;p>The following are few examples of data that will be rejected:&lt;/p>
&lt;ul>
&lt;li>Ⅷ&lt;/li>
&lt;li>𝓉𝑒𝓍𝓉&lt;/li>
&lt;li>Ｐｅｐ&lt;/li>
&lt;/ul>
&lt;p>Before invoking the Classification endpoint, ensure that the input text is normalized. Replace invalid characters by their corresponding normalized plaintext characters. If the input text contains any invalid character, a status code of &lt;code>422&lt;/code> and a message &lt;code>Untrusted input&lt;/code> is returned.&lt;/p></description></item><item><title>Supported Sensitive Entity Types</title><link>https://developer.docs.protegrity.com/0.9.0/docs/appendix/deved_variables/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://developer.docs.protegrity.com/0.9.0/docs/appendix/deved_variables/</guid><description>&lt;table>
 &lt;thead>
 &lt;tr>
 &lt;th>Entity Name&lt;/th>
 &lt;th>Description&lt;/th>
 &lt;/tr>
 &lt;/thead>
 &lt;tbody>
 &lt;tr>
 &lt;td>ABA_ROUTING_NUMBER&lt;/td>
 &lt;td>Routing number used to identify financial institutions in the United States.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>ACCOUNT_NAME&lt;/td>
 &lt;td>Name associated with a financial account.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>ACCOUNT_NUMBER&lt;/td>
 &lt;td>Bank account number used to identify financial accounts.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>AGE&lt;/td>
 &lt;td>Age information used to identify individuals.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>AMOUNT&lt;/td>
 &lt;td>Specific amount of money, which can be linked to financial transactions.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>AU_ABN&lt;/td>
 &lt;td>Australian Business Number used to identify businesses in Australia.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>AU_ACN&lt;/td>
 &lt;td>Australian Company Number used to identify businesses in Australia.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>AU_MEDICARE&lt;/td>
 &lt;td>Medicare number used to identify individuals for healthcare services in Australia.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>AU_TFN&lt;/td>
 &lt;td>Tax File Number used to identify taxpayers in Australia.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>BIC&lt;/td>
 &lt;td>Bank Identifier Code used to identify financial institutions.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>BITCOIN_ADDRESS&lt;/td>
 &lt;td>Bitcoin wallet address used for digital transactions.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>BUILDING&lt;/td>
 &lt;td>Building information used to identify specific locations.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>CITY&lt;/td>
 &lt;td>City information used to identify geographic locations.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>COMPANY_NAME&lt;/td>
 &lt;td>Name of a company used to identify businesses.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>COUNTRY&lt;/td>
 &lt;td>Country information used to identify geographic locations.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>COUNTY&lt;/td>
 &lt;td>County information used to identify geographic locations.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>CREDIT_CARD&lt;/td>
 &lt;td>Credit card number used for financial transactions.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>CREDIT_CARD_CVV&lt;/td>
 &lt;td>Card Verification Value used to secure credit card transactions.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>CRYPTO&lt;/td>
 &lt;td>Cryptocurrency wallet address used for digital transactions.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>CURRENCY&lt;/td>
 &lt;td>Currency information used in financial transactions.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>CURRENCY_CODE&lt;/td>
 &lt;td>Code representing currency used in financial transactions.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>CURRENCY_NAME&lt;/td>
 &lt;td>Name of currency used in financial transactions.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>CURRENCY_SYMBOL&lt;/td>
 &lt;td>Symbol representing currency, sometimes linked to financial transactions.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>DATE&lt;/td>
 &lt;td>Specific date that can be linked to personal activities.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>DATE_OF_BIRTH&lt;/td>
 &lt;td>Date of birth used to identify individuals.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>DATE_TIME&lt;/td>
 &lt;td>Specific date and time that can be linked to personal activities.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>DRIVER_LICENSE&lt;/td>
 &lt;td>Driver&amp;rsquo;s license number used to identify individuals.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>EMAIL_ADDRESS&lt;/td>
 &lt;td>Email address used for communication and identification.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>ES_NIE&lt;/td>
 &lt;td>Foreigner Identification Number used to identify non-residents in Spain.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>ES_NIF&lt;/td>
 &lt;td>Tax Identification Number used to identify taxpayers in Spain.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>ETHEREUM_ADDRESS&lt;/td>
 &lt;td>Ethereum wallet address used for digital transactions.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>FI_PERSONAL_IDENTITY_CODE&lt;/td>
 &lt;td>Personal identity code used to identify individuals in Finland.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>GENDER&lt;/td>
 &lt;td>Gender information used to identify individuals.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>GEO_CCORDINATE&lt;/td>
 &lt;td>Geographic coordinates used to identify specific locations.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>IBAN_CODE&lt;/td>
 &lt;td>International Bank Account Number used to identify bank accounts globally.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>ID_CARD&lt;/td>
 &lt;td>Identity card number used to identify individuals.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>IN_AADHAAR&lt;/td>
 &lt;td>Unique identification number used to identify residents in India.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>IN_PAN&lt;/td>
 &lt;td>Permanent Account Number used to identify taxpayers in India.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>IN_PASSPORT&lt;/td>
 &lt;td>Passport number used to identify individuals in India.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>IN_VEHICLE_REGISTRATION&lt;/td>
 &lt;td>Vehicle registration number used to identify vehicles in India.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>IN_VOTER&lt;/td>
 &lt;td>Voter ID number used to identify registered voters in India.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>IP_ADDRESS&lt;/td>
 &lt;td>Internet Protocol address used to identify devices on a network.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>IPV4&lt;/td>
 &lt;td>IPv4 address used to identify devices on a network.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>IPV6&lt;/td>
 &lt;td>IPv6 address used to identify devices on a network.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>IT_DRIVER_LICENSE&lt;/td>
 &lt;td>Driver&amp;rsquo;s license number used to identify individuals in Italy.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>IT_FISCAL_CODE&lt;/td>
 &lt;td>Fiscal code used to identify taxpayers in Italy.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>IT_IDENTITY_CARD&lt;/td>
 &lt;td>Identity card number used to identify individuals in Italy.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>IT_PASSPORT&lt;/td>
 &lt;td>Passport number used to identify individuals in Italy.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>LITECOIN_ADDRESS&lt;/td>
 &lt;td>Litecoin wallet address used for digital transactions.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>LOCATION&lt;/td>
 &lt;td>Specific location or address that can be linked to an individual.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>MAC&lt;/td>
 &lt;td>Media Access Control address used to identify devices on a network.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>MEDICAL_LICENSE&lt;/td>
 &lt;td>License number used to identify medical professionals.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>NRP&lt;/td>
 &lt;td>A person&amp;rsquo;s nationality, religious or political group.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>ORGANIZATION&lt;/td>
 &lt;td>Name or identifier used to identify an organization.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>PASSPORT&lt;/td>
 &lt;td>Passport number used to identify individuals.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>PASSWORD&lt;/td>
 &lt;td>Password used to secure access to personal accounts.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>PERSON&lt;/td>
 &lt;td>Name or identifier used to identify an individual.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>PHONE_NUMBER&lt;/td>
 &lt;td>Number used to contact or identify an individual.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>PIN&lt;/td>
 &lt;td>Personal Identification Number used to secure access to accounts.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>PL_PESEL&lt;/td>
 &lt;td>Personal Identification Number used to identify individuals in Poland.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>SECONDARY_ADDRESS&lt;/td>
 &lt;td>Additional address information used to identify locations.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>SG_NRIC_FIN&lt;/td>
 &lt;td>National Registration Identity Card number used to identify residents in Singapore.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>SG_UEN&lt;/td>
 &lt;td>Unique Entity Number used to identify businesses in Singapore.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>SOCIAL_SECURITY_NUMBER&lt;/td>
 &lt;td>Social Security Number used to identify individuals.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>STATE&lt;/td>
 &lt;td>State information used to identify geographic locations.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>STREET&lt;/td>
 &lt;td>Street address used to identify specific locations.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>TIME&lt;/td>
 &lt;td>Specific time that can be linked to personal activities.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>TITLE&lt;/td>
 &lt;td>Title or honorific used to identify individuals.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>UK_NHS&lt;/td>
 &lt;td>National Health Service number used to identify individuals for healthcare services in the United Kingdom.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>URL&lt;/td>
 &lt;td>Web address that can sometimes contain personal information.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>US_BANK_NUMBER&lt;/td>
 &lt;td>Bank account number used to identify financial accounts in the United States.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>US_DRIVER_LICENSE&lt;/td>
 &lt;td>Driver&amp;rsquo;s license number used to identify individuals in the United States.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>US_ITIN&lt;/td>
 &lt;td>Individual Taxpayer Identification Number used to identify taxpayers in the United States.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>US_PASSPORT&lt;/td>
 &lt;td>Passport number used to identify individuals in the United States.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>US_SSN&lt;/td>
 &lt;td>Social Security Number used to identify individuals in the United States.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>USERNAME&lt;/td>
 &lt;td>Username used to identify individuals in online systems.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>ZIP_CODE&lt;/td>
 &lt;td>Postal code used to identify specific geographic areas.&lt;/td>
 &lt;/tr>
 &lt;/tbody>
&lt;/table></description></item><item><title>Uninstalling Developer Edition</title><link>https://developer.docs.protegrity.com/0.9.0/docs/appendix/deved_uninstall/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://developer.docs.protegrity.com/0.9.0/docs/appendix/deved_uninstall/</guid><description>&lt;ol>
&lt;li>
&lt;p>Open a command prompt.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Navigate to the cloned repository location.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Run the following command to remove the containers.&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-fallback" data-lang="fallback">&lt;span style="display:flex;">&lt;span>docker compose down --rmi all
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;/li>
&lt;li>
&lt;p>Run the following command to remove the Python module.&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-fallback" data-lang="fallback">&lt;span style="display:flex;">&lt;span>pip uninstall protegrity-developer-python==0.9.0
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;/li>
&lt;/ol></description></item></channel></rss>