ProjectGroupPermissions
Explicit group permissions for a project.
View Specific Information
Select
The driver uses the Bitbucket API to process WHERE clause conditions built with the below columns. Filtering on other columns is processed client-side within the driver.
- Permission
- GroupName
- GroupSlug
- GroupFullSlug
- GroupOwnerUUID
- GroupOwnerName
All sorting must be processed client-side within the driver.
For example, the following query is processed server side:
SELECT * FROM ProjectGroupPermissions WHERE Permission='write'
Columns
Name | Type | References | Description |
Permission [KEY] | String | The permission assigned to the group. Valid values: admin, create-repo, write, read. | |
GroupName | String | The group's name. | |
GroupSlug | String | Sluggified version of the group's name, containing only ASCII characters. | |
GroupFullSlug [KEY] | String | Concatenation of the workspace's slug and the group's slug, separated with a colon. | |
GroupOwnerUUID | String | The group's owner's account uuid. | |
GroupOwnerName | String | The group's owner's account display name. |