CreateOrganizationRequest
- Stability:
stable
Captures display name, owning principal, optional parent organization, and the list of root namespaces that child data products may reserve.
- Qualified id:
com.dataspine.controlplane.CreateOrganizationRequest@1 - Kind:
struct
Properties
| Name | Type | Description |
|---|---|---|
name | String | Human readable organization name shown in management surfaces. |
owning_principal_id | Uuid | Principal that will administrate the new organization. |
parent_organization_id | Option<Uuid> | Optional parent organization for hierarchical tenancy models. |
root_namespaces | List<String> | Root namespace strings reserved for exclusive use by data products created under this organization. |