Enum SimulatedFinding.FindingClass (0.1.0)

publicenumSimulatedFinding.FindingClassextendsEnum<SimulatedFinding.FindingClass>implementsProtocolMessageEnum

Represents what kind of Finding it is.

Protobuf enum google.cloud.securitycentermanagement.v1.SimulatedFinding.FindingClass

Implements

ProtocolMessageEnum

Static Fields

Name Description
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

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()

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.