GoogleApi.OnDemandScanning.V1.Model.Remediation (google_api_on_demand_scanning v0.7.0)
View SourceSpecifies details on how to handle (and presumably, fix) a vulnerability.
Attributes
-
details
(type:String.t
, default:nil
) - Contains a comprehensive human-readable discussion of the remediation. -
remediationType
(type:String.t
, default:nil
) - The type of remediation that can be applied. -
remediationUri
(type:GoogleApi.OnDemandScanning.V1.Model.RelatedUrl.t
, default:nil
) - Contains the URL where to obtain the remediation.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.OnDemandScanning.V1.Model.Remediation{ details: String.t() | nil, remediationType: String.t() | nil, remediationUri: GoogleApi.OnDemandScanning.V1.Model.RelatedUrl.t() | nil }