CreateFrameworkDeploymentRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)The request message for [CreateFrameworkDeployment][].
Attributes |
|
|---|---|
| Name | Description |
parent |
str
Required. The parent resource of the framework deployment in the format organizations/{organization}/locations/{location}. Only
the global location is supported.
|
framework_deployment_id |
str
Optional. An identifier for the framework deployment that's unique in scope of the parent. If you don't specify a value, then a random UUID is generated. |
framework_deployment |
google.cloud.cloudsecuritycompliance_v1.types.FrameworkDeployment
Required. The framework deployment that you're creating. |