Class GroupState
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 GroupState : ResourceArgs
Constructors
View SourceGroupState()
Declaration
public GroupState()
Properties
View SourceDescription
The description of the group.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
FullName
The full name of the group.
Declaration
public Input<string> FullName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
FullPath
The full path of the group.
Declaration
public Input<string> FullPath { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
LfsEnabled
Boolean, defaults to true. Whether to enable LFS support for projects in this group.
Declaration
public Input<bool> LfsEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Name
The name of this group.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ParentId
Integer, id of the parent group (creates a nested group).
Declaration
public Input<int> ParentId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Path
The path of the group.
Declaration
public Input<string> Path { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RequestAccessEnabled
Boolean, defaults to false. Whether to enable users to request access to the group.
Declaration
public Input<bool> RequestAccessEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
RunnersToken
The group level registration token to use during runner setup.
Declaration
public Input<string> RunnersToken { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VisibilityLevel
Set to public to create a public group.
Valid values are private, internal, public.
Groups are created as private by default.
Declaration
public Input<string> VisibilityLevel { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
WebUrl
Web URL of the group.
Declaration
public Input<string> WebUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |