Class GroupVariableState
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 GroupVariableState : ResourceArgs
Constructors
View SourceGroupVariableState()
Declaration
public GroupVariableState()
Properties
View SourceGroup
The name or id of the group to add the hook to.
Declaration
public Input<string> Group { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Key
The name of the variable.
Declaration
public Input<string> Key { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Masked
Declaration
public Input<bool> Masked { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Protected
If set to true, the variable will be passed only to pipelines running on protected branches and tags. Defaults to false.
Declaration
public Input<bool> Protected { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Value
The value of the variable.
Declaration
public Input<string> Value { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VariableType
The type of a variable. Available types are: env_var (default) and file.
Declaration
public Input<string> VariableType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |