Class: Google::Cloud::SecurityCenter::V1::Compliance
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::Compliance
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/compliance.rb
Overview
Contains compliance information about a security standard indicating unmet recommendations.
Instance Attribute Summary collapse
-
#ids ⇒ ::Array<::String>
Policies within the standard or benchmark, for example, A.12.4.1.
-
#standard ⇒ ::String
Industry-wide compliance standards or benchmarks, such as CIS, PCI, and OWASP.
-
#version ⇒ ::String
Version of the standard or benchmark, for example, 1.1.
Instance Attribute Details
#ids ⇒ ::Array<::String>
Returns Policies within the standard or benchmark, for example, A.12.4.1.
36 37 38 39 |
# File 'proto_docs/google/cloud/securitycenter/v1/compliance.rb', line 36 class Compliance include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#standard ⇒ ::String
Returns Industry-wide compliance standards or benchmarks, such as CIS, PCI, and OWASP.
36 37 38 39 |
# File 'proto_docs/google/cloud/securitycenter/v1/compliance.rb', line 36 class Compliance include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#version ⇒ ::String
Returns Version of the standard or benchmark, for example, 1.1.
36 37 38 39 |
# File 'proto_docs/google/cloud/securitycenter/v1/compliance.rb', line 36 class Compliance include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |