Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class FindingClass.
A finding is a record of assessment data like security, risk, health, or privacy.
Protobuf type google.cloud.cloudsecuritycompliance.v1.FindingClass
Namespace
Google \ Cloud \ CloudSecurityCompliance \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
FINDING_CLASS_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enum FINDING_CLASS_UNSPECIFIED = 0;
THREAT
Value: 1The activity is unwanted or malicious.
Generated from protobuf enum THREAT = 1;
VULNERABILITY
Value: 2A potential weakness in software that increases risk to confidentiality, integrity, and availability.
Generated from protobuf enum VULNERABILITY = 2;
MISCONFIGURATION
Value: 3A potential weakness in a cloud resource or asset configuration that increases risk.
Generated from protobuf enum MISCONFIGURATION = 3;
OBSERVATION
Value: 4A security observation that is for informational purposes.
Generated from protobuf enum OBSERVATION = 4;
SCC_ERROR
Value: 5An error that prevents Security Command Center from functioning properly.
Generated from protobuf enum SCC_ERROR = 5;
POSTURE_VIOLATION
Value: 6A potential security risk that's due to a change in the security posture.
Generated from protobuf enum POSTURE_VIOLATION = 6;
TOXIC_COMBINATION
Value: 7A combination of security issues that represent a more severe security problem when taken together.
Generated from protobuf enum TOXIC_COMBINATION = 7;
SENSITIVE_DATA_RISK
Value: 8A potential security risk to data assets that contain sensitive data.
Generated from protobuf enum SENSITIVE_DATA_RISK = 8;
CHOKEPOINT
Value: 9A resource or resource group where high risk attack paths converge, based on attack path simulations (APS).
Generated from protobuf enum CHOKEPOINT = 9;