Reference documentation and code samples for the Data Loss Prevention V2 Client class SensitivityScoreLevel.
Various score levels for resources.
Protobuf type google.privacy.dlp.v2.SensitivityScore.SensitivityScoreLevel
Namespace
Google \ Cloud \ Dlp \ V2 \ SensitivityScoreMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SENSITIVITY_SCORE_UNSPECIFIED
Value: 0Unused.
Generated from protobuf enum SENSITIVITY_SCORE_UNSPECIFIED = 0;
SENSITIVITY_LOW
Value: 10No sensitive information detected. Limited access.
Generated from protobuf enum SENSITIVITY_LOW = 10;
SENSITIVITY_MODERATE
Value: 20Medium risk - PII, potentially sensitive data, or fields with free-text data that are at higher risk of having intermittent sensitive data.
Consider limiting access.
Generated from protobuf enum SENSITIVITY_MODERATE = 20;
SENSITIVITY_HIGH
Value: 30High risk – SPII may be present. Exfiltration of data may lead to user data loss. Re-identification of users may be possible. Consider limiting usage and or removing SPII.
Generated from protobuf enum SENSITIVITY_HIGH = 30;