Asymmetric Encrypted Secret Args
    data class AsymmetricEncryptedSecretArgs(val encryptionAlgorithm: Output<Either<String, 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
                fun AsymmetricEncryptedSecretArgs(encryptionAlgorithm: Output<Either<String, EncryptionAlgorithm>>, encryptionCertThumbprint: Output<String>? = null, value: Output<String>)