Module: Google::Cloud::SecurityCenterManagement::V1::SimulatedFinding::FindingClass

Defined in:
proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb

Overview

Represents what kind of finding it is.

Constant Summary collapse

FINDING_CLASS_UNSPECIFIED =

Default value. This value is unused.

0
THREAT =

Describes unwanted or malicious activity.

1
VULNERABILITY =

Describes a potential weakness in software that increases risk to confidentiality, integrity, and availability.

2
MISCONFIGURATION =

Describes a potential weakness in cloud resource or asset configuration that increases risk.

3
OBSERVATION =

Describes a security observation that is for informational purposes.

4
SCC_ERROR =

Describes an error that prevents Security Command Center from working correctly.

5
POSTURE_VIOLATION =

Describes a potential security risk due to a change in the security posture.

6
TOXIC_COMBINATION =

Describes a combination of security issues that represent a more severe security problem when taken together.

7