Show / Hide Table of Contents

Class BranchProtectionArgs

Inheritance
System.Object
InputArgs
ResourceArgs
BranchProtectionArgs
Inherited Members
ResourceArgs.Empty
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 BranchProtectionArgs : ResourceArgs

Constructors

View Source

BranchProtectionArgs()

Declaration
public BranchProtectionArgs()

Properties

View Source

Branch

Name of the branch.

Declaration
public Input<string> Branch { get; set; }
Property Value
Type Description
Input<System.String>
View Source

MergeAccessLevel

One of five levels of access to the project.

Declaration
public Input<string> MergeAccessLevel { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Project

The id of the project.

Declaration
public Input<string> Project { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PushAccessLevel

One of five levels of access to the project.

Declaration
public Input<string> PushAccessLevel { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.