Create Space Use Case
Creates a new Space in the Registry system. A space is a namespace for groups such that two different organizations can have a group called admins (for example).
Inputs
- Space Name - the name of the space
- Owner Ids - the owner identifiers of the space. They will be assigned administrative privileges in the system for the space.
Output
- True if the creation succeeds, false otherwise.
Exception
- If the space name is already in use or does not meet the validity requirements.