Reference documentation and code samples for the Audit Manager V1 API class Google::Cloud::AuditManager::V1::ControlDetails.
The evaluation details for a control.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#compliance_state
def compliance_state() -> ::Google::Cloud::AuditManager::V1::ComplianceState
Returns
- (::Google::Cloud::AuditManager::V1::ComplianceState) — Output only. Overall status of the findings for the control.
#control
def control() -> ::Google::Cloud::AuditManager::V1::Control
Returns
- (::Google::Cloud::AuditManager::V1::Control) — The control for which the findings are being reported.
#control=
def control=(value) -> ::Google::Cloud::AuditManager::V1::Control
Parameter
- value (::Google::Cloud::AuditManager::V1::Control) — The control for which the findings are being reported.
Returns
- (::Google::Cloud::AuditManager::V1::Control) — The control for which the findings are being reported.
#control_report_summary
def control_report_summary() -> ::Google::Cloud::AuditManager::V1::ReportSummary
Returns
- (::Google::Cloud::AuditManager::V1::ReportSummary) — Report summary with compliance, violation counts etc.
#control_report_summary=
def control_report_summary=(value) -> ::Google::Cloud::AuditManager::V1::ReportSummary
Parameter
- value (::Google::Cloud::AuditManager::V1::ReportSummary) — Report summary with compliance, violation counts etc.
Returns
- (::Google::Cloud::AuditManager::V1::ReportSummary) — Report summary with compliance, violation counts etc.