public enum SimulatedFinding.FindingClass extends Enum<SimulatedFinding.FindingClass> implements ProtocolMessageEnum
Represents what kind of Finding it is.
Protobuf enum google.cloud.securitycentermanagement.v1.SimulatedFinding.FindingClass
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
FINDING_CLASS_UNSPECIFIED | Unspecified finding class. |
FINDING_CLASS_UNSPECIFIED_VALUE | Unspecified finding class. |
MISCONFIGURATION | Describes a potential weakness in cloud resource/asset configuration that increases risk. |
MISCONFIGURATION_VALUE | Describes a potential weakness in cloud resource/asset configuration that increases risk. |
OBSERVATION | Describes a security observation that is for informational purposes. |
OBSERVATION_VALUE | Describes a security observation that is for informational purposes. |
POSTURE_VIOLATION | Describes a potential security risk due to a change in the security posture. |
POSTURE_VIOLATION_VALUE | Describes a potential security risk due to a change in the security posture. |
SCC_ERROR | Describes an error that prevents some SCC functionality. |
SCC_ERROR_VALUE | Describes an error that prevents some SCC functionality. |
THREAT | Describes unwanted or malicious activity. |
THREAT_VALUE | Describes unwanted or malicious activity. |
UNRECOGNIZED | |
VULNERABILITY | Describes a potential weakness in software that increases risk to Confidentiality & Integrity & Availability. |
VULNERABILITY_VALUE | Describes a potential weakness in software that increases risk to Confidentiality & Integrity & Availability. |
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() |