Class AuditReport (0.1.0)

AuditReport(mapping=None, *, ignore_unknown_fields=False, **kwargs)

An audit report.

Attributes

Name Description
name str
Identifier. The name of this Audit Report, in the format of scope given in request.
report_summary google.cloud.auditmanager_v1.types.ReportSummary
Output only. Report summary with compliance, violation counts etc.
operation_id str
Output only. ClientOperationId
destination_details google.cloud.auditmanager_v1.types.DestinationDetails
Output only. The location where the generated report will be uploaded.
compliance_standard str
Output only. Compliance Standard.
scope str
Output only. The parent scope on which the report was generated.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. Creation time of the audit report.
control_details MutableSequence[google.cloud.auditmanager_v1.types.ControlDetails]
Output only. The overall status of controls
report_generation_state google.cloud.auditmanager_v1.types.AuditReport.ReportGenerationState
Output only. The state of Audit Report Generation.
compliance_framework str
Output only. Compliance Framework of Audit Report
scope_id str
Output only. The ID/ Number for the scope on which the audit report was generated.

Classes

ReportGenerationState

ReportGenerationState(value)

The different states of the Audit Manager report generation.