CreateFrameworkDeploymentRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)Request message for CreateFrameworkDeployment.
Attributes |
|
|---|---|
| Name | Description |
parent |
str
Required. Value for parent. Supported formats: organizations/{organization}/locations/{location} Only global location is supported. |
framework_deployment_id |
str
Optional. User provided identifier. It should be unique in scope of a parent Please note that this is optional and if not provided, a random UUID will be generated. |
framework_deployment |
google.cloud.cloudsecuritycompliance_v1.types.FrameworkDeployment
Required. The resource being created. |