score property

String? score
getter/setter pair

The sensitivity score applied to the resource. Possible string values are:

  • "SENSITIVITY_SCORE_UNSPECIFIED" : Unused.
  • "SENSITIVITY_LOW" : No sensitive information detected. The resource isn't publicly accessible.
  • "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.

Implementation

core.String? score;