Get Encrypted Value Plain Args
data class GetEncryptedValuePlainArgs(val algorithm: String, val encryptedData: String? = null, val keyVaultKeyId: String, val plainTextValue: String? = null) : ConvertibleToJava<GetEncryptedValuePlainArgs>
A collection of arguments for invoking getEncryptedValue.
Constructors
Link copied to clipboard
fun GetEncryptedValuePlainArgs(algorithm: String, encryptedData: String? = null, keyVaultKeyId: String, plainTextValue: String? = null)