Skip to content

Commit 52dc9de

Browse files
committed
Adding Support For Optinally Including Inherited and Invited Members of Gitlab Groups
1 parent 715419b commit 52dc9de

File tree

1 file changed

+23
-0
lines changed
  • docs/build-your-software-catalog/sync-data-to-catalog/git/gitlab-v2

1 file changed

+23
-0
lines changed

docs/build-your-software-catalog/sync-data-to-catalog/git/gitlab-v2/examples.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,29 @@ By default, this selector is set to `false`, which means the integration will on
351351
```
352352
</TabItem>
353353

354+
<TabItem label="Include Inherited and Invited Members" value="includeInheritedMembers">
355+
356+
You can also specify the `includeInheritedMembers` selector to control the inclusion of inherited and invited members in the member data.
357+
By default, this parameter is set to `false`, and the integration will sync only direct members without inherited members and/or invited members.
358+
359+
```yaml
360+
- kind: group-with-members
361+
selector:
362+
query: 'true'
363+
# highlight-next-line
364+
includeInheritedMembers: true
365+
```
366+
367+
```yaml
368+
- kind: members
369+
selector:
370+
query: 'true'
371+
# highlight-next-line
372+
includeInheritedMembers: true
373+
```
374+
375+
</TabItem>
376+
354377
</Tabs>
355378

356379
:::tip Learn more

0 commit comments

Comments
 (0)