public enum ComplianceState extends Enum<ComplianceState> implements ProtocolMessageEnumThe state of compliance after evaluation is complete.
Protobuf enum google.cloud.cloudsecuritycompliance.v1.ComplianceState
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
AUDIT_NOT_SUPPORTED |
The resource can't be audited. |
AUDIT_NOT_SUPPORTED_VALUE |
The resource can't be audited. |
COMPLIANCE_STATE_UNSPECIFIED |
Default value. This value is unused. |
COMPLIANCE_STATE_UNSPECIFIED_VALUE |
Default value. This value is unused. |
COMPLIANT |
The resource is compliant. |
COMPLIANT_VALUE |
The resource is compliant. |
ERROR |
An error occurred while computing the resource status. |
ERROR_VALUE |
An error occurred while computing the resource status. |
MANUAL_REVIEW_NEEDED |
The resource requires manual review from you. |
MANUAL_REVIEW_NEEDED_VALUE |
The resource requires manual review from you. |
UNRECOGNIZED |
|
VIOLATION |
The resource has a violation. |
VIOLATION_VALUE |
The resource has a violation. |
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() |
|