ScriptSecureStringExecutionParameterArgs

data class ScriptSecureStringExecutionParameterArgs(val name: Output<String>, val secureValue: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<ScriptSecureStringExecutionParameterArgs>

a plain text value execution parameter

Constructors

Link copied to clipboard
constructor(name: Output<String>, secureValue: Output<String>? = null, type: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

The parameter name

Link copied to clipboard
val secureValue: Output<String>? = null

A secure value for the passed parameter, not to be stored in logs

Link copied to clipboard
val type: Output<String>

The type of execution parameter Expected value is 'SecureValue'.

Functions

Link copied to clipboard
open override fun toJava(): ScriptSecureStringExecutionParameterArgs