public enum Finding.FindingClass extends Enum<Finding.FindingClass> implements ProtocolMessageEnum
Represents what kind of Finding it is.
Protobuf enum google.cloud.securitycenter.v1.Finding.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. |
TOXIC_COMBINATION |
Describes a group of security issues that, when the issues occur together, represent a greater risk than when the issues occur independently. A group of such issues is referred to as a toxic combination. |
TOXIC_COMBINATION_VALUE |
Describes a group of security issues that, when the issues occur together, represent a greater risk than when the issues occur independently. A group of such issues is referred to as a toxic combination. |
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() |