GetGroupResult

data class GetGroupResult(val defaultBranchProtection: Int, val description: String, val extraSharedRunnersMinutesLimit: Int, val fullName: String, val fullPath: String, val groupId: Int, val id: String, val lfsEnabled: Boolean, val membershipLock: Boolean, val name: String, val parentId: Int, val path: String, val preventForkingOutsideGroup: Boolean, val requestAccessEnabled: Boolean, val runnersToken: String, val sharedRunnersMinutesLimit: Int, val visibilityLevel: String, val webUrl: String)

A collection of values returned by getGroup.

Constructors

Link copied to clipboard
constructor(defaultBranchProtection: Int, description: String, extraSharedRunnersMinutesLimit: Int, fullName: String, fullPath: String, groupId: Int, id: String, lfsEnabled: Boolean, membershipLock: Boolean, name: String, parentId: Int, path: String, preventForkingOutsideGroup: Boolean, requestAccessEnabled: Boolean, runnersToken: String, sharedRunnersMinutesLimit: Int, visibilityLevel: String, webUrl: String)

Types

Link copied to clipboard
object Companion

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

Can be set by administrators only. Additional CI/CD minutes for this group.

Link copied to clipboard

The full name of the group.

Link copied to clipboard

The full path of the group.

Link copied to clipboard

The ID of the group.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Boolean, is LFS enabled for projects in this group.

Link copied to clipboard

Users cannot be added to projects in this group.

Link copied to clipboard

The name of this group.

Link copied to clipboard

Integer, ID of the parent group.

Link copied to clipboard

The path of the 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

Can be set by administrators only. Maximum number of monthly CI/CD minutes for this group. Can be nil (default; inherit system default), 0 (unlimited), or 0.

Link copied to clipboard

Visibility level of the group. Possible values are private, internal, public.

Link copied to clipboard

Web URL of the group.