BitBucketIntegrationDetails
Detailed information about a BitBucket VCS integration, including its configuration, authentication method, and validity status.
Properties
idstring requiredUnique identifier for this BitBucket integration.workspaceUuidstring requiredThe UUID of the linked BitBucket workspace.workspaceSlugstring requiredThe slug (URL-friendly name) of the linked BitBucket workspace.workspaceNamestring optionalDisplay name of the BitBucket workspace.avatarUrlstring optionalURL of the BitBucket workspace avatar image.installedboolean requiredWhether this integration is fully installed and operational.validboolean requiredWhether the integration’s credentials are currently valid.authTypestring optionalThe authentication type used: ‘workspace_token’, ‘user_token’, or ‘pat’.- The user whose BitBucket OAuth token is being used for authentication, if user-based auth is configured.
- ↳
idstring requiredThe unique identifier of the user. - ↳
githubLoginstring requiredThe user’s login name (originally from GitHub). - ↳
namestring requiredThe user’s display name. - ↳
emailstring requiredThe user’s email address. - ↳
avatarUrlstring requiredThe URL of the user’s avatar image. - Organizations is the list of Pulumi organizations the user is a member of.
- PotentialOrganizations is the list of Pulumi organizations the user is a potential member of.
- ↳
identitiesarray[string] requiredIdentities is the array of identities a Pulumi user’s account is tied to. - ↳
siteAdminboolean optionalSiteAdministrator is whether or not the user is a site administrator. - ↳
registryAdminboolean optionalRegistryAdmin is whether or not the user is a registry administrator. - TokenInfo is contains metadata, set only for machine tokens & to be used only in the CLI
- ↳
hasMFAboolean requiredWhether the user has multi-factor authentication enabled. - ↳
isOrgManagedboolean requiredWhether the user’s account is managed by an organization. - ↳
isManagedByMultiOrgboolean requiredWhether the user’s account is managed by multiple organizations. disablePRCommentsboolean requiredWhether PR comments are disabled for this integration.disableNeoSummariesboolean requiredWhether Neo AI summaries are disabled for this integration.disableDetailedDiffboolean requiredWhether detailed property-level diffs are disabled for PR comments.
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.