CreateApplicationRequest
- Stability:
stable
Identifies the parent data product by stable id or root namespace, then supplies serialized tags and CORS allow-origin values that will be stored with the new application record.
- Qualified id:
com.dataspine.controlplane.CreateApplicationRequest@1 - Kind:
struct
Properties
| Name | Type | Description |
|---|---|---|
data_product_id | Option<Uuid> | When set, the data product is selected by its UUID. Mutually exclusive with selecting by root namespace. |
data_product_root_namespace | Option<String> | When set, the data product is selected by its configured root namespace string. Mutually exclusive with data_product_id. |
tags_json | String | JSON object serialized as a string describing application tags (shape is defined by the control plane API contract). |
cors_allow_origins | List<String> | Origins permitted to call browser-facing endpoints for this application, expressed as full origin URLs. |