Show / Hide Table of Contents

Class Remediation

Specifies details on how to handle (and presumably, fix) a vulnerability.

Inheritance
object
Remediation
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ContainerAnalysis.v1beta1.Data
Assembly: Google.Apis.ContainerAnalysis.v1beta1.dll
Syntax
public class Remediation : IDirectResponseSchema

Properties

Details

Contains a comprehensive human-readable discussion of the remediation.

Declaration
[JsonProperty("details")]
public virtual string Details { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

RemediationType

The type of remediation that can be applied.

Declaration
[JsonProperty("remediationType")]
public virtual string RemediationType { get; set; }
Property Value
Type Description
string

RemediationUri

Contains the URL where to obtain the remediation.

Declaration
[JsonProperty("remediationUri")]
public virtual RelatedUrl RemediationUri { get; set; }
Property Value
Type Description
RelatedUrl

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX