Skip to main content

Module workspaces

Module workspaces 

Source
Available on crate feature admin only.
Expand description

Workspaces: create / retrieve / list / update / archive.

Structs§

CreateWorkspaceRequest
Request body for POST /v1/organizations/workspaces.
DataResidency
Data residency configuration on a Workspace.
ListWorkspacesParams
Filters for Workspaces::list.
UpdateWorkspaceRequest
Request body for POST /v1/organizations/workspaces/{id} (update).
Workspace
A workspace.
Workspaces
Namespace handle for workspace endpoints.

Enums§

AllowedInferenceGeos
Permitted-inference-geos value: either "unrestricted" (allow every geo) or an explicit list.
UnrestrictedSentinel
Type-tag witness for AllowedInferenceGeos::Unrestricted: the literal string "unrestricted".