ResourceDeploymentScriptAzureCliEnvironmentVariable

data class ResourceDeploymentScriptAzureCliEnvironmentVariable(val name: String, val secureValue: String? = null, val value: String? = null)

Constructors

constructor(name: String, secureValue: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the name of the environment variable.

Link copied to clipboard
val secureValue: String? = null

Specifies the value of the secure environment variable.

Link copied to clipboard
val value: String? = null

Specifies the value of the environment variable.