findingClass property

String? findingClass
getter/setter pair

The class of the finding.

Output only. Possible string values are:

  • "FINDING_CLASS_UNSPECIFIED" : Default value. This value is unused.
  • "THREAT" : The activity is unwanted or malicious.
  • "VULNERABILITY" : A potential weakness in software that increases risk to confidentiality, integrity, and availability.
  • "MISCONFIGURATION" : A potential weakness in a cloud resource or asset configuration that increases risk.
  • "OBSERVATION" : A security observation that is for informational purposes.
  • "SCC_ERROR" : An error that prevents Security Command Center from functioning properly.
  • "POSTURE_VIOLATION" : A potential security risk that's due to a change in the security posture.
  • "TOXIC_COMBINATION" : A combination of security issues that represent a more severe security problem when taken together.
  • "SENSITIVE_DATA_RISK" : A potential security risk to data assets that contain sensitive data.
  • "CHOKEPOINT" : A resource or resource group where high risk attack paths converge, based on attack path simulations (APS).

Implementation

core.String? findingClass;