Show / Hide Table of Contents

Class TagProtectionArgs

Inheritance
System.Object
InputArgs
ResourceArgs
TagProtectionArgs
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 TagProtectionArgs : ResourceArgs

Constructors

View Source

TagProtectionArgs()

Declaration
public TagProtectionArgs()

Properties

View Source

CreateAccessLevel

One of five levels of access to the project.

Declaration
public Input<string> CreateAccessLevel { 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

Tag

Name of the tag or wildcard.

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