You can customize the sensitive data classes that Metlo detects by editing the Metlo Config on the settings tab in your UI. Metlo provides predefined sensitive data classes forDocumentation Index
Fetch the complete documentation index at: https://docs.metlo.com/llms.txt
Use this file to discover all available pages before exploring further.
- Credit Card Number
- Social Security Number
- Phone Number
- IP Address
- Geographic Coordinates
- Address
disabledDataClass field. For example:
YAML
EMAIL, CREDIT_CARD, SSN, PHONE_NUMBER, IP_ADDRESS, COORDINATE,
VIN, ADDRESS, DOB, DL_NUMBER.
You can also define your own Sensitive Data Classes for Metlo to use under the
sensitiveData field. For example, if we wanted to make a data class which
identifies fields which have the text key- or key. included in them, we
would make the following rule:
YAML
HIGH, MEDIUM, LOW, and NONE.