Class: Google::Cloud::SecurityCenter::V1::Compliance

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#ids::Array<::String>

Returns Policies within the standard or benchmark, for example, A.12.4.1.

Returns:

  • (::Array<::String>)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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