BitBucketSetupRequest
Request body for creating a new BitBucket VCS integration. Specifies the workspace to integrate and the authentication method.
Properties
workspaceUuidstring requiredThe UUID of the BitBucket workspace to integrate.workspaceSlugstring requiredThe slug (URL-friendly name) of the BitBucket workspace.useUserAuthboolean optionalIf true, use the current user’s BitBucket OAuth token for authentication instead of a workspace access token.workspaceAccessTokenstring optionalOptional workspace access token or personal access token (PAT) for authenticating with the BitBucket API. Required if useUserAuth is false.
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.