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 SourceDescription
The description of the group.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
FullName
The full name of the group.
Declaration
public readonly string FullName
Field Value
| Type | Description |
|---|---|
| System.String |
FullPath
The full path of the group.
Declaration
public readonly string FullPath
Field Value
| Type | Description |
|---|---|
| System.String |
GroupId
Declaration
public readonly int GroupId
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
LfsEnabled
Boolean, is LFS enabled for projects in this group.
Declaration
public readonly bool LfsEnabled
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Name
The name of this group.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
ParentId
Integer, ID of the parent group.
Declaration
public readonly int ParentId
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Path
The path of the group.
Declaration
public readonly string Path
Field Value
| Type | Description |
|---|---|
| System.String |
RequestAccessEnabled
Boolean, is request for access enabled to the group.
Declaration
public readonly bool RequestAccessEnabled
Field Value
| Type | Description |
|---|---|
| System.Boolean |
RunnersToken
The group level registration token to use during runner setup.
Declaration
public readonly string RunnersToken
Field Value
| Type | Description |
|---|---|
| System.String |
VisibilityLevel
Visibility level of the group. Possible values are private, internal, public.
Declaration
public readonly string VisibilityLevel
Field Value
| Type | Description |
|---|---|
| System.String |
WebUrl
Web URL of the group.
Declaration
public readonly string WebUrl
Field Value
| Type | Description |
|---|---|
| System.String |