GenerateAuditScopeReportRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)Request message for GenerateAuditScopeReport.
Attributes |
|
|---|---|
| Name | Description |
scope |
str
Required. Project or folder that the audit scope report is generated for, in one of the following formats: - projects/{project}/locations/{location}
- folders/{folder}/locations/{location}
- organizations/{organization}/locations/{location}
|
compliance_standard |
str
Optional. Deprecated. The standard (industry or regulatory requirements) that the audit scope report is run against. Use the compliance_framework field instead.
|
report_format |
google.cloud.auditmanager_v1.types.GenerateAuditScopeReportRequest.AuditScopeReportFormat
Required. Format for the audit scope report. |
compliance_framework |
str
Required. Framework (set of controls) that the audit scope report is generated against. For example, NIST_800_53.
|
Classes
AuditScopeReportFormat
AuditScopeReportFormat(value)Format for the audit scope report.