Class Remediation
Specifies details on how to handle (and presumably, fix) a vulnerability.
Implements
Inherited Members
Namespace: Google.Apis.OnDemandScanning.v1beta1.Data
Assembly: Google.Apis.OnDemandScanning.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 |