CreateFrameworkDeploymentRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
Request message for CreateFrameworkDeployment API.
Attributes |
|
---|---|
Name | Description |
parent |
str
Required. The parent resource of the FrameworkDeployment in the format: 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. This is optional and if not provided, a random UUID will be generated. |
framework_deployment |
google.cloud.cloudsecuritycompliance_v1.types.FrameworkDeployment
Required. The FrameworkDeployment to be created. |