Enum Finding.FindingClass (2.49.0)

public enum Finding.FindingClass extends Enum<Finding.FindingClass> implements ProtocolMessageEnum

Represents what kind of Finding it is.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
FINDING_CLASS_UNSPECIFIED

Unspecified finding class.

FINDING_CLASS_UNSPECIFIED = 0;

FINDING_CLASS_UNSPECIFIED_VALUE

Unspecified finding class.

FINDING_CLASS_UNSPECIFIED = 0;

MISCONFIGURATION

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

MISCONFIGURATION = 3;

MISCONFIGURATION_VALUE

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

MISCONFIGURATION = 3;

OBSERVATION

Describes a security observation that is for informational purposes.

OBSERVATION = 4;

OBSERVATION_VALUE

Describes a security observation that is for informational purposes.

OBSERVATION = 4;

POSTURE_VIOLATION

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

POSTURE_VIOLATION = 6;

POSTURE_VIOLATION_VALUE

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

POSTURE_VIOLATION = 6;

SCC_ERROR

Describes an error that prevents some SCC functionality.

SCC_ERROR = 5;

SCC_ERROR_VALUE

Describes an error that prevents some SCC functionality.

SCC_ERROR = 5;

THREAT

Describes unwanted or malicious activity.

THREAT = 1;

THREAT_VALUE

Describes unwanted or malicious activity.

THREAT = 1;

UNRECOGNIZED
VULNERABILITY

Describes a potential weakness in software that increases risk to Confidentiality & Integrity & Availability.

VULNERABILITY = 2;

VULNERABILITY_VALUE

Describes a potential weakness in software that increases risk to Confidentiality & Integrity & Availability.

VULNERABILITY = 2;

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()