Show / Hide Table of Contents

Class GetGroupResult

Inheritance
System.Object
GetGroupResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.GitLab
Assembly: Pulumi.GitLab.dll
Syntax
public sealed class GetGroupResult

Fields

View Source

Description

The description of the group.

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

FullName

The full name of the group.

Declaration
public readonly string FullName
Field Value
Type Description
System.String
View Source

FullPath

The full path of the group.

Declaration
public readonly string FullPath
Field Value
Type Description
System.String
View Source

GroupId

Declaration
public readonly int GroupId
Field Value
Type Description
System.Int32
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

LfsEnabled

Boolean, is LFS enabled for projects in this group.

Declaration
public readonly bool LfsEnabled
Field Value
Type Description
System.Boolean
View Source

Name

The name of this group.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

ParentId

Integer, ID of the parent group.

Declaration
public readonly int ParentId
Field Value
Type Description
System.Int32
View Source

Path

The path of the group.

Declaration
public readonly string Path
Field Value
Type Description
System.String
View Source

RequestAccessEnabled

Boolean, is request for access enabled to the group.

Declaration
public readonly bool RequestAccessEnabled
Field Value
Type Description
System.Boolean
View Source

RunnersToken

The group level registration token to use during runner setup.

Declaration
public readonly string RunnersToken
Field Value
Type Description
System.String
View Source

VisibilityLevel

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

Declaration
public readonly string VisibilityLevel
Field Value
Type Description
System.String
View Source

WebUrl

Web URL of the group.

Declaration
public readonly string WebUrl
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.