Enum FindingClass (0.7.0)

public enum FindingClass extends Enum<FindingClass> implements ProtocolMessageEnum

A finding is a record of assessment data like security, risk, health, or privacy.

Protobuf enum google.cloud.cloudsecuritycompliance.v1.FindingClass

Implements

ProtocolMessageEnum

Static Fields

Name Description
CHOKEPOINT

A resource or resource group where high risk attack paths converge, based on attack path simulations (APS).

CHOKEPOINT = 9;

CHOKEPOINT_VALUE

A resource or resource group where high risk attack paths converge, based on attack path simulations (APS).

CHOKEPOINT = 9;

FINDING_CLASS_UNSPECIFIED

Default value. This value is unused.

FINDING_CLASS_UNSPECIFIED = 0;

FINDING_CLASS_UNSPECIFIED_VALUE

Default value. This value is unused.

FINDING_CLASS_UNSPECIFIED = 0;

MISCONFIGURATION

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

MISCONFIGURATION = 3;

MISCONFIGURATION_VALUE

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

MISCONFIGURATION = 3;

OBSERVATION

A security observation that is for informational purposes.

OBSERVATION = 4;

OBSERVATION_VALUE

A security observation that is for informational purposes.

OBSERVATION = 4;

POSTURE_VIOLATION

A potential security risk that's due to a change in the security posture.

POSTURE_VIOLATION = 6;

POSTURE_VIOLATION_VALUE

A potential security risk that's due to a change in the security posture.

POSTURE_VIOLATION = 6;

SCC_ERROR

An error that prevents Security Command Center from functioning properly.

SCC_ERROR = 5;

SCC_ERROR_VALUE

An error that prevents Security Command Center from functioning properly.

SCC_ERROR = 5;

SENSITIVE_DATA_RISK

A potential security risk to data assets that contain sensitive data.

SENSITIVE_DATA_RISK = 8;

SENSITIVE_DATA_RISK_VALUE

A potential security risk to data assets that contain sensitive data.

SENSITIVE_DATA_RISK = 8;

THREAT

The activity is unwanted or malicious.

THREAT = 1;

THREAT_VALUE

The activity is unwanted or malicious.

THREAT = 1;

TOXIC_COMBINATION

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

TOXIC_COMBINATION = 7;

TOXIC_COMBINATION_VALUE

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

TOXIC_COMBINATION = 7;

UNRECOGNIZED
VULNERABILITY

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

VULNERABILITY = 2;

VULNERABILITY_VALUE

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

VULNERABILITY = 2;

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()