remediationType property
The type of remediation that can be applied. Possible string values are:
- "REMEDIATION_TYPE_UNSPECIFIED" : No remediation type specified.
- "MITIGATION" : A MITIGATION is available.
- "NO_FIX_PLANNED" : No fix is planned.
- "NONE_AVAILABLE" : Not available.
- "VENDOR_FIX" : A vendor fix is available.
- "WORKAROUND" : A workaround is available.
Implementation
core.String? remediationType;