Class StackSettingsConfigValue
Inherited Members
Namespace: Pulumi.Automation
Assembly: Pulumi.Automation.dll
Syntax
public class StackSettingsConfigValue
Constructors
View SourceStackSettingsConfigValue(string, bool)
Declaration
public StackSettingsConfigValue(string value, bool isSecure)
Parameters
Type | Name | Description |
---|---|---|
string | value | |
bool | isSecure |
Properties
View SourceIsSecure
Declaration
public bool IsSecure { get; }
Property Value
Type | Description |
---|---|
bool |
Value
Declaration
public string Value { get; }
Property Value
Type | Description |
---|---|
string |