Class SensitivityScore (3.14.0)

SensitivityScore(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attribute

NameDescription
score google.cloud.dlp_v2.types.SensitivityScore.SensitivityScoreLevel
The sensitivity score applied to the resource.

Classes

SensitivityScoreLevel

SensitivityScoreLevel(value)

Various sensitivity score levels for resources.

Values: SENSITIVITY_SCORE_UNSPECIFIED (0): Unused. SENSITIVITY_LOW (10): No sensitive information detected. The resource isn't publicly accessible. SENSITIVITY_MODERATE (20): 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 (30): 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.