UpdateOrganizationRequest
- Stability:
stable
Targets the organization by UUID and supplies the updated name, owning principal, optional parent, and refreshed root namespace list.
- Qualified id:
com.dataspine.controlplane.UpdateOrganizationRequest@1 - Kind:
struct
Properties
| Name | Type | Description |
|---|---|---|
organization_id | Uuid | Organization UUID to mutate. |
name | String | Replacement display name. |
owning_principal_id | Uuid | Replacement owning principal id. |
parent_organization_id | Option<Uuid> | Updated parent organization id, if any. |
root_namespaces | List<String> | Updated list of reserved root namespaces. |