ODBC Driver for Bitbucket

Build 24.0.9060

ProjectUserPermissions

Explicit user 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
  • UserUUID
  • UserName

All sorting must be processed client-side within the driver.

For example, the following query is processed server side:

SELECT * FROM ProjectUserPermissions WHERE Permission='write'

Columns

Name Type References Description
Permission [KEY] String The permission assigned to the user. Valid values: admin, create-repo, write, read.
UserUUID [KEY] String The user's account uuid.
UserName String The user's account display name.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060