Reference documentation and code samples for the Audit Manager V1 API class Google::Cloud::AuditManager::V1::AuditReport.
An audit report.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#compliance_framework
def compliance_framework() -> ::String
Returns
- (::String) — Output only. Compliance Framework of Audit Report
#compliance_standard
def compliance_standard() -> ::String
Returns
- (::String) — Output only. Compliance Standard.
#control_details
def control_details() -> ::Array<::Google::Cloud::AuditManager::V1::ControlDetails>
Returns
- (::Array<::Google::Cloud::AuditManager::V1::ControlDetails>) — Output only. The overall status of controls
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Creation time of the audit report.
#destination_details
def destination_details() -> ::Google::Cloud::AuditManager::V1::DestinationDetails
Returns
- (::Google::Cloud::AuditManager::V1::DestinationDetails) — Output only. The location where the generated report will be uploaded.
#name
def name() -> ::String
Returns
- (::String) — Identifier. The name of this Audit Report, in the format of scope given in request.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Identifier. The name of this Audit Report, in the format of scope given in request.
Returns
- (::String) — Identifier. The name of this Audit Report, in the format of scope given in request.
#operation_id
def operation_id() -> ::String
Returns
- (::String) — Output only. ClientOperationId
#report_generation_state
def report_generation_state() -> ::Google::Cloud::AuditManager::V1::AuditReport::ReportGenerationState
Returns
- (::Google::Cloud::AuditManager::V1::AuditReport::ReportGenerationState) — Output only. The state of Audit Report Generation.
#report_summary
def report_summary() -> ::Google::Cloud::AuditManager::V1::ReportSummary
Returns
- (::Google::Cloud::AuditManager::V1::ReportSummary) — Output only. Report summary with compliance, violation counts etc.
#scope
def scope() -> ::String
Returns
- (::String) — Output only. The parent scope on which the report was generated.
#scope_id
def scope_id() -> ::String
Returns
- (::String) — Output only. The ID/ Number for the scope on which the audit report was generated.