SymmetricKeyArgs

data class SymmetricKeyArgs(val connectionString: Output<AsymmetricEncryptedSecretArgs>? = null) : ConvertibleToJava<SymmetricKeyArgs>

Symmetric key for authentication.

Constructors

Link copied to clipboard
constructor(connectionString: Output<AsymmetricEncryptedSecretArgs>? = null)

Properties

Link copied to clipboard

Connection string based on the symmetric key.

Functions

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