Class SensitivityScore (3.11.1)

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

Score is a summary of all elements in the data profile. A higher number means more sensitive.

Attribute

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

Classes

SensitivityScoreLevel

SensitivityScoreLevel(value)

Various score levels for resources.

Values: SENSITIVITY_SCORE_UNSPECIFIED (0): Unused. SENSITIVITY_LOW (10): No sensitive information detected. Limited access. SENSITIVITY_MODERATE (20): Medium risk - PII, potentially sensitive data, or fields with free-text data that are at higher risk of having intermittent sensitive data. Consider limiting access. SENSITIVITY_HIGH (30): High 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.