Show / Hide Table of Contents

Class ConfigValue

Inheritance
object
ConfigValue
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 ConfigValue

Constructors

View Source

ConfigValue(string, bool)

Declaration
public ConfigValue(string value, bool isSecret = false)
Parameters
Type Name Description
string value
bool isSecret

Properties

View Source

IsSecret

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

Value

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