Asymmetric Encrypted Secret Args
data class AsymmetricEncryptedSecretArgs(val encryptionAlgorithm: Output<EncryptionAlgorithm>, val encryptionCertThumbprint: Output<String>? = null, val value: Output<String>) : ConvertibleToJava<AsymmetricEncryptedSecretArgs>
Represent the secrets intended for encryption with asymmetric key pair.
Constructors
Link copied to clipboard
constructor(encryptionAlgorithm: Output<EncryptionAlgorithm>, encryptionCertThumbprint: Output<String>? = null, value: Output<String>)