GetKMSSecretCiphertextPlainArgs

data class GetKMSSecretCiphertextPlainArgs(val cryptoKey: String, val plaintext: String) : ConvertibleToJava<GetKMSSecretCiphertextPlainArgs>

A collection of arguments for invoking getKMSSecretCiphertext.

Constructors

Link copied to clipboard
constructor(cryptoKey: String, plaintext: String)

Properties

Link copied to clipboard

The id of the CryptoKey that will be used to encrypt the provided plaintext. This is represented by the format {projectId}/{location}/{keyRingName}/{cryptoKeyName}.

Link copied to clipboard

The plaintext to be encrypted

Functions

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