Class EnvironmentVariableValue
Inherited Members
Namespace: Pulumi.Automation
Assembly: Pulumi.Automation.dll
Syntax
public class EnvironmentVariableValue
Constructors
View SourceEnvironmentVariableValue(string, bool)
Declaration
public EnvironmentVariableValue(string value, bool isSecret = false)
Parameters
| Type | Name | Description |
|---|---|---|
| string | value | |
| bool | isSecret |
Properties
View SourceIsSecret
Declaration
public bool IsSecret { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Value
Declaration
public string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string |