Skip to main content

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

NameTypeDescription
nameStringHuman readable organization name shown in management surfaces.
owning_principal_idUuidPrincipal that will administrate the new organization.
parent_organization_idOption<Uuid>Optional parent organization for hierarchical tenancy models.
root_namespacesList<String>Root namespace strings reserved for exclusive use by data products created under this organization.

Back to Control Plane