public enum SimulatedFinding.State extends Enum<SimulatedFinding.State> implements ProtocolMessageEnumThe state of the finding.
 Protobuf enum google.cloud.securitycentermanagement.v1.SimulatedFinding.State
Implements
ProtocolMessageEnum| Static Fields | |
|---|---|
| Name | Description | 
| ACTIVE | The finding requires attention and has not been addressed yet.   | 
| ACTIVE_VALUE | The finding requires attention and has not been addressed yet.   | 
| INACTIVE | The finding has been fixed, triaged as a non-issue, or otherwise addressed and is no longer active.   | 
| INACTIVE_VALUE | The finding has been fixed, triaged as a non-issue, or otherwise addressed and is no longer active.   | 
| STATE_UNSPECIFIED | Default value. This value is unused.   | 
| STATE_UNSPECIFIED_VALUE | Default value. This value is unused.   | 
| UNRECOGNIZED | |
| 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() | |