Class BranchProtectionState
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 BranchProtectionState : ResourceArgs
Constructors
View SourceBranchProtectionState()
Declaration
public BranchProtectionState()
Properties
View SourceBranch
Name of the branch.
Declaration
public Input<string> Branch { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MergeAccessLevel
One of five levels of access to the project.
Declaration
public Input<string> MergeAccessLevel { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Project
The id of the project.
Declaration
public Input<string> Project { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PushAccessLevel
One of five levels of access to the project.
Declaration
public Input<string> PushAccessLevel { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |