IWorkspacesQueryFilter
Home > @gooddata/sdk-backend-spi > IWorkspacesQueryFilter
IWorkspacesQueryFilter interface
Filter options for workspaces query.
Signature:
export interface IWorkspacesQueryFilter
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
description? | string | (Optional) Filter by description of the workspace | |
earlyAccess? | string | (Optional) Filter by earlyAccess property on the workspace | |
prefix? | string | (Optional) Filter by entity identifiers prefix in the workspace | |
rootWorkspacesOnly? | boolean | (Optional) When applied, only root workspaces without a parent workspace are queried |