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 |
|---|---|---|---|
|
string |
(Optional) | ||
|
(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 | |||
|
boolean |
(Optional) Indicates whether the workspace enforces private content, or whether it allows public content. | ||
|
boolean |
(Optional) Indicates whether the workspace is publicly accessible, or whether it is private to the members and consequently only visible to members. | ||
|
(Optional) | |||
|
string |
(Optional) The name of the workspace. | ||
|
string |
(Optional) The short label that identifies this workspace. | ||
|
string |
(Optional) | ||
|
string |
(Optional) The workspace's immutable id. |