GetKMSSecretPlainArgs

data class GetKMSSecretPlainArgs(val additionalAuthenticatedData: String? = null, val ciphertext: String, val cryptoKey: String) : ConvertibleToJava<GetKMSSecretPlainArgs>

A collection of arguments for invoking getKMSSecret.

Constructors

Link copied to clipboard
constructor(additionalAuthenticatedData: String? = null, ciphertext: String, cryptoKey: String)

Properties

Link copied to clipboard

The additional authenticated data used for integrity checks during encryption and decryption.

Link copied to clipboard

The ciphertext to be decrypted, encoded in base64

Link copied to clipboard

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

Functions

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