Class: Grafeas::V1::ComplianceOccurrence
- Inherits:
-
Object
- Object
- Grafeas::V1::ComplianceOccurrence
- Extended by:
- Google::Protobuf::MessageExts::ClassMethods
- Includes:
- Google::Protobuf::MessageExts
- Defined in:
- proto_docs/grafeas/v1/compliance.rb
Overview
An indication that the compliance checks in the associated ComplianceNote were not satisfied for particular resources or a specified reason.
Instance Attribute Summary collapse
- #non_compliance_reason ⇒ ::String
- #non_compliant_files ⇒ ::Array<::Grafeas::V1::NonCompliantFile>
-
#version ⇒ ::Grafeas::V1::ComplianceVersion
The OS and config version the benchmark was run on.
Instance Attribute Details
#non_compliance_reason ⇒ ::String
87 88 89 90 |
# File 'proto_docs/grafeas/v1/compliance.rb', line 87 class ComplianceOccurrence include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#non_compliant_files ⇒ ::Array<::Grafeas::V1::NonCompliantFile>
87 88 89 90 |
# File 'proto_docs/grafeas/v1/compliance.rb', line 87 class ComplianceOccurrence include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#version ⇒ ::Grafeas::V1::ComplianceVersion
87 88 89 90 |
# File 'proto_docs/grafeas/v1/compliance.rb', line 87 class ComplianceOccurrence include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |