DLP PII Detector (Google)

This evaluator utilizes Google's Cloud Data Loss Prevention (DLP) API to identify and classify potentially sensitive information within text data, ensuring compliance and safety across user interactions.

Configuration

OptionDescriptionTypeDefaultRequiredConstraints

InfoTypes

Types of information to detect, based on Google Cloud DLP documentation

[]string

["PHONE_NUMBER", "EMAIL_ADDRESS", "CREDIT_CARD_NUMBER"]

true

MinItems1

MinimumLikelihood

The minimum likelihood required for an information type to be considered a match

string

LIKELY

true

EnumVERY_LIKELY, LIKELY, POSSIBLE, UNLIKELY, VERY_UNLIKELY

Additional Information

The Google Cloud DLP PII Detector is a powerful tool for scanning text for personally identifiable information (PII), helping to maintain privacy and meet regulatory compliance requirements. For more detailed information on configuring and using this evaluator, refer to Google's DLP documentation.

Last updated