GoogleApi.ContainerAnalysis.V1alpha1.Model.ComplianceOccurrence (google_api_container_analysis v0.18.0) View Source
An indication that the compliance checks in the associated ComplianceNote were not satisfied for particular resources or a specified reason.
Attributes
-
nonComplianceReason(type:String.t, default:nil) - The reason for non compliance of these files. -
nonCompliantFiles(type:list(GoogleApi.ContainerAnalysis.V1alpha1.Model.NonCompliantFile.t), default:nil) - A list of files which are violating compliance checks.
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.ComplianceOccurrence{
nonComplianceReason: String.t() | nil,
nonCompliantFiles:
[GoogleApi.ContainerAnalysis.V1alpha1.Model.NonCompliantFile.t()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.