GenerateAuditReportRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Message for requesting the Audit Report.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
gcs_uri |
str
Destination Cloud storage bucket where report and evidence must be uploaded. The Cloud storage bucket provided here must be selected among the buckets entered during the enrollment process. This field is a member of oneof_ destination.
|
scope |
str
Required. Scope for which the AuditScopeReport is required. Must be of format resource_type/resource_identifier Eg: projects/{project}/locations/{location}, folders/{folder}/locations/{location} |
compliance_standard |
str
Required. Compliance Standard against which the Scope Report must be generated. Eg: FEDRAMP_MODERATE |
report_format |
google.cloud.auditmanager_v1.types.GenerateAuditReportRequest.AuditReportFormat
Required. The format in which the audit report should be created. |
compliance_framework |
str
Required. Compliance framework against which the Report must be generated. |
Classes
AuditReportFormat
AuditReportFormat(value)The options for the audit report format.