CreateFrameworkAuditRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)The request message for [CreateFrameworkAudit][].
Attributes |
|
|---|---|
| Name | Description |
parent |
str
Required. The parent resource where this framework audit is created. Supported formats are the following: - organizations/{organization_id}/locations/{location}
- folders/{folder_id}/locations/{location}
- projects/{project_id}/locations/{location}
|
framework_audit_id |
str
Optional. The ID to use for the framework audit. The ID becomes the final component of the framework audit's full resource name. The ID must be between 4-63 characters, and valid characters are \a-z][0-9]-\.
|
framework_audit |
google.cloud.cloudsecuritycompliance_v1.types.FrameworkAudit
Required. The framework audit to create. |