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

ListGitLabIntegrationsResponse

    Response containing the list of GitLab integrations for an organization.

    Properties

    • integrations array[GitLabIntegrationDetails] required
      The list of GitLab integrations.
    • id string required
      The unique identifier of the GitLab integration.
    • gitLabGroupId integer required
      The GitLab group ID linked to this integration.
    • groupName string optional
      The display name of the GitLab group.
    • groupPath string optional
      The URL-safe path of the GitLab group (e.g. ‘parent-group/child-group’).
    • avatarUrl string optional
      The URL of the GitLab group’s avatar image.
    • installed boolean required
      Whether the integration has been fully installed.
    • valid boolean required
      Whether the integration is currently valid (tokens, hooks, etc.).
    • gitLabOrg GitLabAppOrganization optional
      Metadata about the GitLab group linked to this integration.
    • authUser User optional
      The Pulumi user whose GitLab authentication token is being used, if applicable.
    • groupAccessTokenExpiration string optional
      The expiration date of the group access token, if one is being used for authentication.
    • disablePRComments boolean required
      Whether PR comments are disabled for this integration.
    • disableNeoSummaries boolean required
      Whether Neo AI summaries are disabled for this integration.
    • disableDetailedDiff boolean required
      Whether detailed property-level diffs are disabled for PR comments.