Grafeas V1 Client - Class RemediationType (0.9.0)

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

Namespace

Grafeas \ V1 \ VulnerabilityAssessmentNote \ Assessment \ Remediation

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;