| `extra_shared_runners_minutes_limit` | integer | no | **(PREMIUM SELF)** Extra pipeline minutes quota for this group (purchased in addition to the minutes included in the plan). |
| `prevent_forking_outside_group` | boolean | no | **(PREMIUM)** When enabled, users can **not** fork projects from this group to external namespaces
| `shared_runners_setting` | string | no | See [Options for `shared_runners_setting`](#options-for-shared_runners_setting). Enable or disable shared runners for a group's subgroups and projects. |
| `prevent_sharing_groups_outside_hierarchy` | boolean | no | See [Prevent group sharing outside the group hierarchy](../user/group/index.md#prevent-group-sharing-outside-the-group-hierarchy). This attribute is only available on top-level groups. [Introduced in GitLab 14.1](https://gitlab.com/gitlab-org/gitlab/-/issues/333721) |
NOTE:
The `projects` and `shared_projects` attributes in the response are deprecated and [scheduled for removal in API v5](https://gitlab.com/gitlab-org/gitlab/-/issues/213797).
...
...
@@ -910,6 +914,7 @@ Example response:
"file_template_project_id":1,
"parent_id":null,
"created_at":"2020-01-15T12:36:29.590Z",
"prevent_sharing_groups_outside_hierarchy":false,
"projects":[//DeprecatedandwillberemovedinAPIv5
{
"id":9,
...
...
@@ -954,6 +959,8 @@ Example response:
}
```
The `prevent_sharing_groups_outside_hierarchy` attribute is present in the response only for top-level groups.
### Disable the results limit **(FREE SELF)**
The 100 results limit can break integrations developed using GitLab 12.4 and earlier.
optional:prevent_sharing_groups_outside_hierarchy,type: Boolean,desc: 'Prevent sharing groups within this namespace with any groups outside the namespace. Only available on top-level groups.'