Reference documentation and code samples for the Google Cloud Security Center Management V1 Client class FindingClass.
Represents what kind of finding it is.
Protobuf type google.cloud.securitycentermanagement.v1.SimulatedFinding.FindingClass
Namespace
Google \ Cloud \ SecurityCenterManagement \ V1 \ SimulatedFindingMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
FINDING_CLASS_UNSPECIFIED
Value: 0
Default value. This value is unused.
Generated from protobuf enum FINDING_CLASS_UNSPECIFIED = 0;
THREAT
Value: 1
Describes unwanted or malicious activity.
Generated from protobuf enum THREAT = 1;
VULNERABILITY
Value: 2
Describes a potential weakness in software that increases risk to confidentiality, integrity, and availability.
Generated from protobuf enum VULNERABILITY = 2;
MISCONFIGURATION
Value: 3
Describes a potential weakness in cloud resource or asset configuration that increases risk.
Generated from protobuf enum MISCONFIGURATION = 3;
OBSERVATION
Value: 4
Describes a security observation that is for informational purposes.
Generated from protobuf enum OBSERVATION = 4;
SCC_ERROR
Value: 5
Describes an error that prevents Security Command Center from working correctly.
Generated from protobuf enum SCC_ERROR = 5;
POSTURE_VIOLATION
Value: 6
Describes a potential security risk due to a change in the security posture.
Generated from protobuf enum POSTURE_VIOLATION = 6;
TOXIC_COMBINATION
Value: 7
Describes a combination of security issues that represent a more severe security problem when taken together.
Generated from protobuf enum TOXIC_COMBINATION = 7;