GoogleApi.ContainerAnalysis.V1alpha1.Model.ComplianceNote (google_api_container_analysis v0.21.0) View Source
ComplianceNote encapsulates all information about a specific compliance check.
Attributes
-
cisBenchmark(type:GoogleApi.ContainerAnalysis.V1alpha1.Model.CisBenchmark.t, default:nil) - Right now we only have one compliance type, but we may add additional types in the future. -
description(type:String.t, default:nil) - A description about this compliance check. -
rationale(type:String.t, default:nil) - A rationale for the existence of this compliance check. -
remediation(type:String.t, default:nil) - A description of remediation steps if the compliance check fails. -
scanInstructions(type:String.t, default:nil) - Serialized scan instructions with a predefined format. -
title(type:String.t, default:nil) - The title that identifies this compliance check. -
version(type:list(GoogleApi.ContainerAnalysis.V1alpha1.Model.ComplianceVersion.t), default:nil) - The OS and config versions the benchmark applies to.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.ContainerAnalysis.V1alpha1.Model.ComplianceNote{
cisBenchmark:
GoogleApi.ContainerAnalysis.V1alpha1.Model.CisBenchmark.t() | nil,
description: String.t() | nil,
rationale: String.t() | nil,
remediation: String.t() | nil,
scanInstructions: String.t() | nil,
title: String.t() | nil,
version:
[GoogleApi.ContainerAnalysis.V1alpha1.Model.ComplianceVersion.t()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.