Class: Google::Cloud::CloudSecurityCompliance::V1::CloudControlAuditDetails
- Inherits:
-
Object
- Object
- Google::Cloud::CloudSecurityCompliance::V1::CloudControlAuditDetails
- 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
-
#cloud_control ⇒ ::String
readonly
Output only.
-
#cloud_control_description ⇒ ::String
readonly
Output only.
-
#cloud_control_id ⇒ ::String
readonly
Output only.
-
#compliance_state ⇒ ::Google::Cloud::CloudSecurityCompliance::V1::ComplianceState
readonly
Output only.
-
#findings ⇒ ::Array<::Google::Cloud::CloudSecurityCompliance::V1::FindingDetails>
readonly
Output only.
-
#report_summary ⇒ ::Google::Cloud::CloudSecurityCompliance::V1::ReportSummary
readonly
Output only.
Instance Attribute Details
#cloud_control ⇒ ::String (readonly)
Returns 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.
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.
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.
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.
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.
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 |