OrganizationDetails
- Stability:
stable
Contains identifiers, ownership, optional parent linkage, and configured root namespaces used for namespace allocation checks.
- Qualified id:
com.dataspine.controlplane.OrganizationDetails@1 - Kind:
struct
Properties
| Name | Type | Description |
|---|---|---|
id | Uuid | Stable organization UUID. |
name | String | Display name stored in the catalog. |
owning_principal_id | Uuid | Principal id that owns administrative operations for the organization. |
parent_organization_id | Option<Uuid> | Parent organization UUID when this org is nested under another. |
root_namespaces | List<String> | Reserved root namespaces for the organization. |