Class: Google::Cloud::CloudSecurityCompliance::V1::CloudControlGroupAuditDetails
- Inherits:
-
Object
- Object
- Google::Cloud::CloudSecurityCompliance::V1::CloudControlGroupAuditDetails
- 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 group.
Instance Attribute Summary collapse
-
#cloud_control_details ⇒ ::Array<::Google::Cloud::CloudSecurityCompliance::V1::CloudControlAuditDetails>
readonly
Output only.
-
#cloud_control_group_id ⇒ ::String
readonly
Output only.
-
#compliance_state ⇒ ::Google::Cloud::CloudSecurityCompliance::V1::ComplianceState
readonly
Output only.
-
#control_family ⇒ ::Google::Cloud::CloudSecurityCompliance::V1::ControlFamily
readonly
Output only.
-
#control_id ⇒ ::String
readonly
Output only.
-
#customer_responsibility_description ⇒ ::String
readonly
Output only.
-
#customer_responsibility_implementation ⇒ ::String
readonly
Output only.
-
#description ⇒ ::String
readonly
Output only.
-
#display_name ⇒ ::String
readonly
Output only.
-
#google_responsibility_description ⇒ ::String
readonly
Output only.
-
#google_responsibility_implementation ⇒ ::String
readonly
Output only.
-
#report_summary ⇒ ::Google::Cloud::CloudSecurityCompliance::V1::ReportSummary
readonly
Output only.
-
#responsibility_type ⇒ ::String
readonly
Output only.
Instance Attribute Details
#cloud_control_details ⇒ ::Array<::Google::Cloud::CloudSecurityCompliance::V1::CloudControlAuditDetails> (readonly)
Returns Output only. The details for the cloud controls within this group.
313 314 315 316 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/audit.rb', line 313 class CloudControlGroupAuditDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#cloud_control_group_id ⇒ ::String (readonly)
Returns Output only. The ID of the cloud control group.
313 314 315 316 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/audit.rb', line 313 class CloudControlGroupAuditDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#compliance_state ⇒ ::Google::Cloud::CloudSecurityCompliance::V1::ComplianceState (readonly)
Returns Output only. The compliance state of the control group.
313 314 315 316 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/audit.rb', line 313 class CloudControlGroupAuditDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#control_family ⇒ ::Google::Cloud::CloudSecurityCompliance::V1::ControlFamily (readonly)
Returns Output only. The control family.
313 314 315 316 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/audit.rb', line 313 class CloudControlGroupAuditDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#control_id ⇒ ::String (readonly)
Returns Output only. The ID of the regulatory control.
313 314 315 316 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/audit.rb', line 313 class CloudControlGroupAuditDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#customer_responsibility_description ⇒ ::String (readonly)
Returns Output only. The description of your responsibility.
313 314 315 316 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/audit.rb', line 313 class CloudControlGroupAuditDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#customer_responsibility_implementation ⇒ ::String (readonly)
Returns Output only. The implementation of your responsibility.
313 314 315 316 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/audit.rb', line 313 class CloudControlGroupAuditDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String (readonly)
Returns Output only. The description of the cloud control group.
313 314 315 316 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/audit.rb', line 313 class CloudControlGroupAuditDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String (readonly)
Returns Output only. The display name of the cloud control group.
313 314 315 316 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/audit.rb', line 313 class CloudControlGroupAuditDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#google_responsibility_description ⇒ ::String (readonly)
Returns Output only. The description of Google's responsibility.
313 314 315 316 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/audit.rb', line 313 class CloudControlGroupAuditDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#google_responsibility_implementation ⇒ ::String (readonly)
Returns Output only. The implementation of Google's responsibility.
313 314 315 316 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/audit.rb', line 313 class CloudControlGroupAuditDetails 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.
313 314 315 316 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/audit.rb', line 313 class CloudControlGroupAuditDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#responsibility_type ⇒ ::String (readonly)
Returns Output only. The responsibility type.
313 314 315 316 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/audit.rb', line 313 class CloudControlGroupAuditDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |