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

GitLabSetupRequest

    Request body for creating a new GitLab integration. Specifies the GitLab group to integrate and the authentication method.

    Properties

    • gitLabGroupId integer required
      The GitLab group ID to integrate with the Pulumi organization.
    • useUserGitLabAuth boolean optional
      Whether to use the current user’s GitLab OAuth token instead of a group access token for authentication.