1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. VCSIntegrationSummary

VCSIntegrationSummary

    A lightweight summary of a VCS integration, containing only the fields needed for the overview page.

    Properties

    • name string optional
      Display name derived from the VCS provider account (read-only).
    • avatarUrl string optional
      Avatar URL derived from the VCS provider account (read-only).
    • id string required
      The unique identifier of the integration.
    • vcsProvider enum required
      The VCS provider type for this integration.
      Values: github, gitlab, bitbucket, azure_devops, generic, github_enterprise
    • hasIndividualAccess boolean required
      Whether the current user has an OAuth token for this integration’s provider.
    • host string optional
      The hostname for self-hosted providers such as GitHub Enterprise. Empty for cloud-hosted providers.