A declarative form of a particular workspace.
Name | Type | Description | Notes |
---|---|---|---|
id | str | Identifier of a workspace | |
name | str | Name of a workspace to view. | |
automations | [DeclarativeAutomation] | [optional] | |
cache_extra_limit | int | Extra cache limit allocated to specific workspace. In case there is extra cache budget setup for organization, it can be split between multiple workspaces. | [optional] |
custom_application_settings | [DeclarativeCustomApplicationSetting] | A list of workspace custom settings. | [optional] |
data_source | WorkspaceDataSource | [optional] | |
description | str | Description of the workspace | [optional] |
early_access | str | Early access defined on level Workspace | [optional] |
early_access_values | [str] | Early access defined on level Workspace | [optional] |
filter_views | [DeclarativeFilterView] | [optional] | |
hierarchy_permissions | [DeclarativeWorkspaceHierarchyPermission] | [optional] | |
model | DeclarativeWorkspaceModel | [optional] | |
parent | WorkspaceIdentifier | [optional] | |
permissions | [DeclarativeSingleWorkspacePermission] | [optional] | |
prefix | str | Custom prefix of entity identifiers in workspace | [optional] |
settings | [DeclarativeSetting] | A list of workspace settings. | [optional] |
user_data_filters | [DeclarativeUserDataFilter] | A list of workspace user data filters. | [optional] |
any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |