Reference documentation and code samples for the Grafeas V1 Client class RemediationType.
The type of remediation that can be applied.
Protobuf type grafeas.v1.VulnerabilityAssessmentNote.Assessment.Remediation.RemediationType
Methods
name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
REMEDIATION_TYPE_UNSPECIFIED
Value: 0
No remediation type specified.
Generated from protobuf enum REMEDIATION_TYPE_UNSPECIFIED = 0;
MITIGATION
Value: 1
A MITIGATION is available.
Generated from protobuf enum MITIGATION = 1;
NO_FIX_PLANNED
Value: 2
No fix is planned.
Generated from protobuf enum NO_FIX_PLANNED = 2;
NONE_AVAILABLE
Value: 3
Not available.
Generated from protobuf enum NONE_AVAILABLE = 3;
VENDOR_FIX
Value: 4
A vendor fix is available.
Generated from protobuf enum VENDOR_FIX = 4;
WORKAROUND
Value: 5
A workaround is available.
Generated from protobuf enum WORKAROUND = 5;