SecureStringArgs

data class SecureStringArgs(val type: Output<String>, val value: Output<String>) : ConvertibleToJava<SecureStringArgs>

Azure Synapse secure string definition. The string value will be masked with asterisks '*' during Get or List API calls.

Constructors

Link copied to clipboard
constructor(type: Output<String>, value: Output<String>)

Properties

Link copied to clipboard
val type: Output<String>

Type of the secret. Expected value is 'SecureString'.

Link copied to clipboard
val value: Output<String>

Value of secure string.

Functions

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