Class TagProtectionState
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 TagProtectionState : ResourceArgs
Constructors
View SourceTagProtectionState()
Declaration
public TagProtectionState()
Properties
View SourceCreateAccessLevel
One of five levels of access to the project.
Declaration
public Input<string> CreateAccessLevel { 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> |
Tag
Name of the tag or wildcard.
Declaration
public Input<string> Tag { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |