Skip to main content
Version: Next

Models.Workspace

Home > @backstage/plugin-bitbucket-cloud-common > Models > Workspace

A Bitbucket workspace. Workspaces are used to organize repositories.

Signature:

interface Workspace extends ModelObject 

Extends: ModelObject

Properties

Property

Modifiers

Type

Description

created_on?

string

(Optional)

forking_mode?

WorkspaceForkingModeEnum

(Optional) Controls the rules for forking repositories within this workspace.

* **allow_forks**: unrestricted forking * **internal_only**: prevents forking of private repositories outside the workspace or to public repositories

is_privacy_enforced?

boolean

(Optional) Indicates whether the workspace enforces private content, or whether it allows public content.

is_private?

boolean

(Optional) Indicates whether the workspace is publicly accessible, or whether it is private to the members and consequently only visible to members.

links?

WorkspaceLinks

(Optional)

name?

string

(Optional) The name of the workspace.

slug?

string

(Optional) The short label that identifies this workspace.

updated_on?

string

(Optional)

uuid?

string

(Optional) The workspace's immutable id.