Cloud Data Loss Prevention (Cloud DLP) is now a part of Sensitive Data Protection. The API name remains the same: Cloud Data Loss Prevention API (DLP API). For information about the services that make up Sensitive Data Protection, see Sensitive Data Protection overview.

SensitivityScore

Score is calculated from of all elements in the data profile. A higher level means the data is more sensitive.

JSON representation
{
 "score": enum (SensitivityScoreLevel )
}
Fields
score

enum (SensitivityScoreLevel )

The sensitivity score applied to the resource.

SensitivityScoreLevel

Various sensitivity score levels for resources.

Enums
SENSITIVITY_SCORE_UNSPECIFIED Unused.
SENSITIVITY_LOW No sensitive information detected. The resource isn't publicly accessible.
SENSITIVITY_UNKNOWN Unable to determine sensitivity.
SENSITIVITY_MODERATE Medium risk. Contains personally identifiable information (PII), potentially sensitive data, or fields with free-text data that are at a higher risk of having intermittent sensitive data. Consider limiting access.
SENSITIVITY_HIGH High risk. Sensitive personally identifiable information (SPII) can be present. Exfiltration of data can lead to user data loss. Re-identification of users might be possible. Consider limiting usage and or removing SPII.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年04月30日 UTC.