GitLab group
gitlab.group MQL resource for querying GitLab infrastructure with cnquery and cnspec.
GitLab
GitLab group
Use MQL in cnspec shell or policy:
gitlab.groupMin version: 5.15.0Defaults:
name visibility webURLRelationships
3 resources · 3 relationships·Click to select, expand fields to see properties.
Fields (13)
| Field | Type | Description |
|---|---|---|
allowedEmailDomainsListrequired | string | List of allowed email domains for the group |
createdAtrequired | time | Create date of the group |
descriptionrequired | string | Group description |
emailsDisabledrequired | int | Whether group email notifications are disabled |
idrequired | int | Group ID |
mentionsDisabledrequired | int | Whether group mentions within issues and merge requests are disabled |
namerequired | string | Group name |
pathrequired | string | Group path |
preventForkingOutsideGrouprequired | int | Whether forking projects outside this group is forbidden |
projects | []gitlab.project | List of all projects that belong to the group |
requireTwoFactorAuthenticationrequired | int | Whether all users in this group are required to set up two-factor authentication |
visibilityrequired | string | The group's visibility level: private, internal, or public |
webURLrequired | string | URL of the group |