Show / Hide Table of Contents

Class StackSettingsConfigValue

Inheritance
object
StackSettingsConfigValue
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Pulumi.Automation
Assembly: Pulumi.Automation.dll
Syntax
public class StackSettingsConfigValue

Constructors

View Source

StackSettingsConfigValue(string, bool)

Declaration
public StackSettingsConfigValue(string value, bool isSecure)
Parameters
Type Name Description
string value
bool isSecure

Properties

View Source

IsSecure

Declaration
public bool IsSecure { get; }
Property Value
Type Description
bool
View Source

Value

Declaration
public string Value { get; }
Property Value
Type Description
string
  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.