You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/docs/content/docs/en/integrations/gitlab.mdx
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Using Sim’s GitLab integration, your agents can programmatically interact with
27
27
28
28
## Usage Instructions
29
29
30
-
Integrate GitLab into the workflow. Can manage projects, issues, merge requests, pipelines, and add comments. Supports all core GitLab DevOps operations.
30
+
Integrate GitLab into the workflow. Can manage projects, issues, merge requests, pipelines, and add comments, plus project/group membership, invitations, access requests, SAML group links, and instance user administration. Supports all core GitLab DevOps operations.
31
31
32
32
33
33
@@ -1680,6 +1680,7 @@ Add a SAML group link that maps an identity-provider group to a GitLab group at
1680
1680
|`samlGroupName`| string | Yes | The name of the SAML group as sent by the identity provider |
1681
1681
|`accessLevel`| number | Yes | Access level granted to members of the SAML group: 10 \(Guest\), 20 \(Reporter\), 30 \(Developer\), 40 \(Maintainer\), 50 \(Owner\)|
1682
1682
|`memberRoleId`| number | No | Custom member role ID \(GitLab Ultimate only\)|
1683
+
|`provider`| string | No | Unique provider name that must match for this group link to be applied |
1683
1684
1684
1685
#### Output
1685
1686
@@ -1698,6 +1699,7 @@ Delete a SAML group link from a GitLab group
1698
1699
|`host`| string | No | Self-managed GitLab host \(e.g. gitlab.example.com\). Defaults to gitlab.com. |
1699
1700
|`groupId`| string | Yes | Group ID or URL-encoded path |
1700
1701
|`samlGroupName`| string | Yes | The name of the SAML group link to delete |
1702
+
|`provider`| string | No | Provider name of the link to delete. Required when multiple links share the same SAML group name. |
'Integrate GitLab into the workflow. Can manage projects, issues, merge requests, pipelines, and add comments. Supports all core GitLab DevOps operations.',
98
+
'Integrate GitLab into the workflow. Can manage projects, issues, merge requests, pipelines, and add comments, plus project/group membership, invitations, access requests, SAML group links, and instance user administration. Supports all core GitLab DevOps operations.',
0 commit comments