Class: Google::Cloud::CloudSecurityCompliance::V1::CloudControlAuditDetails

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/cloudsecuritycompliance/v1/audit.rb

Overview

The details for a cloud control audit.

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_control::String (readonly)

Returns Output only. The name of the cloud control.

Returns:

  • (::String)

    Output only. The name of the cloud control.



385
386
387
388
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/audit.rb', line 385

class CloudControlAuditDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#cloud_control_description::String (readonly)

Returns Output only. The description of the cloud control.

Returns:

  • (::String)

    Output only. The description of the cloud control.



385
386
387
388
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/audit.rb', line 385

class CloudControlAuditDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#cloud_control_id::String (readonly)

Returns Output only. The ID of the cloud control.

Returns:

  • (::String)

    Output only. The ID of the cloud control.



385
386
387
388
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/audit.rb', line 385

class CloudControlAuditDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#compliance_state::Google::Cloud::CloudSecurityCompliance::V1::ComplianceState (readonly)

Returns Output only. The overall status of the findings for the control.

Returns:



385
386
387
388
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/audit.rb', line 385

class CloudControlAuditDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#findings::Array<::Google::Cloud::CloudSecurityCompliance::V1::FindingDetails> (readonly)

Returns Output only. The findings for the control.

Returns:



385
386
387
388
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/audit.rb', line 385

class CloudControlAuditDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#report_summary::Google::Cloud::CloudSecurityCompliance::V1::ReportSummary (readonly)

Returns Output only. The summary of the report.

Returns:



385
386
387
388
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/audit.rb', line 385

class CloudControlAuditDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end