GenerateAuditScopeReportRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)Message for requesting audit scope report.
Attributes |
|
|---|---|
| Name | Description |
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.GenerateAuditScopeReportRequest.AuditScopeReportFormat
Required. The format in which the Scope report bytes should be returned. |
compliance_framework |
str
Required. Compliance framework against which the Scope Report must be generated. |
Classes
AuditScopeReportFormat
AuditScopeReportFormat(value)The options for the audit scope report format.