Available on crate feature
admin only.Expand description
Workspaces: create / retrieve / list / update / archive.
Structs§
- Create
Workspace Request - Request body for
POST /v1/organizations/workspaces. - Data
Residency - Data residency configuration on a
Workspace. - List
Workspaces Params - Filters for
Workspaces::list. - Update
Workspace Request - Request body for
POST /v1/organizations/workspaces/{id}(update). - Workspace
- A workspace.
- Workspaces
- Namespace handle for workspace endpoints.
Enums§
- Allowed
Inference Geos - Permitted-inference-geos value: either
"unrestricted"(allow every geo) or an explicit list. - Unrestricted
Sentinel - Type-tag witness for
AllowedInferenceGeos::Unrestricted: the literal string"unrestricted".