findingClass property
The class of the finding. Possible string values are:
- "FINDING_CLASS_UNSPECIFIED" : Unspecified finding class.
- "THREAT" : Describes unwanted or malicious activity.
- "VULNERABILITY" : Describes a potential weakness in software that increases risk to Confidentiality & Integrity & Availability.
- "MISCONFIGURATION" : Describes a potential weakness in cloud resource/asset configuration that increases risk.
- "OBSERVATION" : Describes a security observation that is for informational purposes.
- "SCC_ERROR" : Describes an error that prevents some SCC functionality.
- "POSTURE_VIOLATION" : Describes a potential security risk due to a change in the security posture.
- "TOXIC_COMBINATION" : Describes a group of security issues that, when the issues occur together, represent a greater risk than when the issues occur independently. A group of such issues is referred to as a toxic combination.
- "SENSITIVE_DATA_RISK" : Describes a potential security risk to data assets that contain sensitive data.
Implementation
core.String? findingClass;