Get Groups Group
data class GetGroupsGroup(val defaultBranchProtection: Int, val description: String, val fullName: String, val fullPath: String, val groupId: Int, val lfsEnabled: Boolean, val name: String, val parentId: Int, val path: String, val preventForkingOutsideGroup: Boolean, val requestAccessEnabled: Boolean, val runnersToken: String, val sharedRunnersSetting: String, val visibilityLevel: String, val webUrl: String, val wikiAccessLevel: String)
Constructors
Link copied to clipboard
constructor(defaultBranchProtection: Int, description: String, fullName: String, fullPath: String, groupId: Int, lfsEnabled: Boolean, name: String, parentId: Int, path: String, preventForkingOutsideGroup: Boolean, requestAccessEnabled: Boolean, runnersToken: String, sharedRunnersSetting: String, visibilityLevel: String, webUrl: String, wikiAccessLevel: String)
Properties
Link copied to clipboard
Whether developers and maintainers can push to the applicable default branch.
Link copied to clipboard
The description of the group.
Link copied to clipboard
Boolean, is LFS enabled for projects in this group.
Link copied to clipboard
When enabled, users can not fork projects from this group to external namespaces.
Link copied to clipboard
Boolean, is request for access enabled to the group.
Link copied to clipboard
The group level registration token to use during runner setup.
Link copied to clipboard
Enable or disable shared runners for a group’s subgroups and projects. Valid values are: enabled
, disabled_and_overridable
, disabled_and_unoverridable
, disabled_with_override
.
Link copied to clipboard
Visibility level of the group. Possible values are private
, internal
, public
.
Link copied to clipboard
The group's wiki access level. Only available on Premium and Ultimate plans. Valid values are disabled
, private
, enabled
.