AuditReport(mapping=None, *, ignore_unknown_fields=False, **kwargs)An audit report.
Attributes |
|
|---|---|
| Name | Description |
name |
str
Identifier. Name of the audit report, in one of the following formats: - projects/{project}/locations/{location}/auditReports/{audit_report}
- folders/{folder}/locations/{location}/auditReports/{audit_report}
- organizations/{organization}/locations/{location}/auditReports/{audit_report}
|
report_summary |
google.cloud.auditmanager_v1.types.ReportSummary
Output only. Report summary that includes information about compliance and violation counts. |
operation_id |
str
Output only. Client operation ID for the audit report. |
destination_details |
google.cloud.auditmanager_v1.types.DestinationDetails
Output only. Cloud Storage bucket where the audit report is uploaded to. |
compliance_standard |
str
Output only. Deprecated. Compliance standard to be audited against. Use the compliance_framework field instead.
|
scope |
str
Output only. Organization, folder, or project that the report is generated for, in one of the following formats: - projects/{project}/locations/{location}
- folders/{folder}/locations/{location}
- organizations/{organization}/locations/{location}
|
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. Overall status of the controls. |
report_generation_state |
google.cloud.auditmanager_v1.types.AuditReport.ReportGenerationState
Output only. State of audit report generation. |
compliance_framework |
str
Output only. Compliance framework to use for the audit report. For example, CIS_GCP_FOUNDATIONS_V1_2_0.
|
scope_id |
str
Output only. Project number, folder ID, or organization ID that the audit report was generated for. |
Classes
ReportGenerationState
ReportGenerationState(value)Different states of report generation.