Class ProjectVariableArgs
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 ProjectVariableArgs : ResourceArgs
Constructors
View SourceProjectVariableArgs()
Declaration
public ProjectVariableArgs()
Properties
View SourceEnvironmentScope
The environment_scope of the variable
Declaration
public Input<string> EnvironmentScope { 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
If set to true, the variable will be masked if it would have been written to the logs. Defaults to false.
Declaration
public Input<bool> Masked { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Project
The name or id of the project to add the hook to.
Declaration
public Input<string> Project { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |