public enum SimulatedFinding.FindingClass extends Enum<SimulatedFinding.FindingClass> implements ProtocolMessageEnumRepresents what kind of finding it is.
 Protobuf enum google.cloud.securitycentermanagement.v1.SimulatedFinding.FindingClass
Implements
ProtocolMessageEnum| Static Fields | |
|---|---|
| Name | Description | 
| FINDING_CLASS_UNSPECIFIED | Default value. This value is unused.   | 
| FINDING_CLASS_UNSPECIFIED_VALUE | Default value. This value is unused.   | 
| MISCONFIGURATION | Describes a potential weakness in cloud resource or asset configuration that increases risk.   | 
| MISCONFIGURATION_VALUE | Describes a potential weakness in cloud resource or 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 Security Command Center from working correctly.   | 
| SCC_ERROR_VALUE | Describes an error that prevents Security Command Center from working correctly.   | 
| THREAT | Describes unwanted or malicious activity.   | 
| THREAT_VALUE | Describes unwanted or malicious activity.   | 
| TOXIC_COMBINATION | Describes a combination of security issues that represent a more severe security problem when taken together.   | 
| TOXIC_COMBINATION_VALUE | Describes a combination of security issues that represent a more severe security problem when taken together.   | 
| UNRECOGNIZED | |
| VULNERABILITY | Describes a potential weakness in software that increases risk to confidentiality, integrity, and availability.   | 
| VULNERABILITY_VALUE | Describes a potential weakness in software that increases risk to confidentiality, integrity, and 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() | |