Google Cloud Security Command Center V2 Client - Class FindingClass (1.28.1)

Reference documentation and code samples for the Google Cloud Security Command Center V2 Client class FindingClass.

Represents what kind of Finding it is.

Protobuf type google.cloud.securitycenter.v2.Finding.FindingClass

Namespace

Google \ Cloud \ SecurityCenter \ V2 \ Finding

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

FINDING_CLASS_UNSPECIFIED

Value: 0

Unspecified finding class.

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 & Availability.

Generated from protobuf enum VULNERABILITY = 2;

MISCONFIGURATION

Value: 3

Describes a potential weakness in cloud resource/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 some SCC functionality.

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;