Show / Hide Table of Contents

Class EnvironmentVariableValue

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

Constructors

View Source

EnvironmentVariableValue(string, bool)

Declaration
public EnvironmentVariableValue(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.