GenerateAuditReportRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Request message for GenerateAuditReport.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
gcs_uri |
str
URL for the Cloud Storage bucket where the report and evidence is uploaded. You must select a bucket that was provided during the enrollment process. This field is a member of oneof_ destination.
|
scope |
str
Required. Organization, folder, or project that the audit applies to, in one of the following formats: - projects/{project}/locations/{location}
- folders/{folder}/locations/{location}
- organizations/{organization}/locations/{location}
|
compliance_standard |
str
Optional. Deprecated. Compliance standard for the audit report. Use the compliance_framework field instead.
|
report_format |
google.cloud.auditmanager_v1.types.GenerateAuditReportRequest.AuditReportFormat
Required. Format for the audit report. |
compliance_framework |
str
Required. The framework that's used for the audit report. For example, NIST_800_53.
|
validate_only |
bool
Optional. If true, only validates the request and does
not generate the audit report. This executes standard
request validation (such as schema, framework existence,
scope, and IAM checks) and skips the apply phase.
Use this field for the following purposes:
- **Infrastructure as Code (IaC)**: Allow tools like
Terraform to run dry-run mutations (e.g.,
terraform plan) without creating real resources or
incurring costs.
- **User Interface Validation**: Enable real-time form and
permission validation in custom UIs before submitting
requests.
- **CI/CD & Automation**: Test your scripts, permissions,
and parameters safely without triggering expensive
Long-Running Operations (LROs) or consuming resource
quotas.
|
Classes
AuditReportFormat
AuditReportFormat(value)Format for the audit report.