View Source GoogleApi.ContainerAnalysis.V1.Model.ComplianceOccurrence (google_api_container_analysis v0.26.0)
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
) - -
nonCompliantFiles
(type:list(GoogleApi.ContainerAnalysis.V1.Model.NonCompliantFile.t)
, default:nil
) -
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.ContainerAnalysis.V1.Model.ComplianceOccurrence{ nonComplianceReason: String.t() | nil, nonCompliantFiles: [GoogleApi.ContainerAnalysis.V1.Model.NonCompliantFile.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.