Connection Auth Config Additional Variable Args
data class ConnectionAuthConfigAdditionalVariableArgs(val booleanValue: Output<Boolean>? = null, val encryptionKeyValue: Output<ConnectionAuthConfigAdditionalVariableEncryptionKeyValueArgs>? = null, val integerValue: Output<Int>? = null, val key: Output<String>, val secretValue: Output<ConnectionAuthConfigAdditionalVariableSecretValueArgs>? = null, val stringValue: Output<String>? = null) : ConvertibleToJava<ConnectionAuthConfigAdditionalVariableArgs>
Constructors
Link copied to clipboard
constructor(booleanValue: Output<Boolean>? = null, encryptionKeyValue: Output<ConnectionAuthConfigAdditionalVariableEncryptionKeyValueArgs>? = null, integerValue: Output<Int>? = null, key: Output<String>, secretValue: Output<ConnectionAuthConfigAdditionalVariableSecretValueArgs>? = null, stringValue: Output<String>? = null)
Properties
Link copied to clipboard
Boolean Value of configVariable.
Link copied to clipboard
val encryptionKeyValue: Output<ConnectionAuthConfigAdditionalVariableEncryptionKeyValueArgs>? = null
Encription key value of configVariable. Structure is documented below.
Link copied to clipboard
Integer Value of configVariable.
Link copied to clipboard
Secret value of configVariable Structure is documented below.
Link copied to clipboard
String Value of configVariabley.