Skip to content

Commit 2445d63

Browse files
authored
Merge pull request #2838 from port-labs/port-16458
Adding Support For Optinally Including Inherited and Invited Members …
2 parents 9332d12 + 4499d06 commit 2445d63

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
@@ -321,6 +321,29 @@ By default, this selector is set to `false`, which means the integration will on
321321
```
322322
</TabItem>
323323

324+
<TabItem label="Include Inherited and Invited Members" value="includeInheritedMembers">
325+
326+
You can also specify the `includeInheritedMembers` selector to control the inclusion of inherited and invited members in the member data.
327+
By default, this parameter is set to `false`, and the integration will sync only direct members without inherited members and/or invited members.
328+
329+
```yaml
330+
- kind: group-with-members
331+
selector:
332+
query: 'true'
333+
# highlight-next-line
334+
includeInheritedMembers: true
335+
```
336+
337+
```yaml
338+
- kind: members
339+
selector:
340+
query: 'true'
341+
# highlight-next-line
342+
includeInheritedMembers: true
343+
```
344+
345+
</TabItem>
346+
324347
</Tabs>
325348

326349
:::tip Learn more

0 commit comments

Comments
 (0)