GoogleApi.ContainerAnalysis.V1beta1.Model.FixableTotalByDigest (google_api_container_analysis v0.19.0) View Source
Per resource and severity counts of fixable and total vulnerabilities.
Attributes
-
fixableCount(type:String.t, default:nil) - The number of fixable vulnerabilities associated with this resource. -
resource(type:GoogleApi.ContainerAnalysis.V1beta1.Model.Resource.t, default:nil) - The affected resource. -
severity(type:String.t, default:nil) - The severity for this count. SEVERITY_UNSPECIFIED indicates total across all severities. -
totalCount(type:String.t, default:nil) - The total number of vulnerabilities associated with this resource.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.ContainerAnalysis.V1beta1.Model.FixableTotalByDigest{
fixableCount: String.t() | nil,
resource: GoogleApi.ContainerAnalysis.V1beta1.Model.Resource.t() | nil,
severity: String.t() | nil,
totalCount: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.