CreateFrameworkRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)The request message for [CreateFramework][].
Attributes |
|
|---|---|
| Name | Description |
parent |
str
Required. The parent resource name, in one of the following formats: - organizations/{organization}/locations/{location}
- projects/{project}/locations/{location}.
The only supported location is global.
|
framework_id |
str
Required. The identifier (ID) of the framework. The ID is not the full name of the framework; it's the last part of the full name of the framework. |
framework |
google.cloud.cloudsecuritycompliance_v1.types.Framework
Required. The resource being created. |