Get KMSSecret Asymmetric Plain Args
data class GetKMSSecretAsymmetricPlainArgs(val ciphertext: String, val crc32: String? = null, val cryptoKeyVersion: String) : ConvertibleToJava<GetKMSSecretAsymmetricPlainArgs>
A collection of arguments for invoking getKMSSecretAsymmetric.
Properties
Link copied to clipboard
The ciphertext to be decrypted, encoded in base64
Link copied to clipboard
The id of the CryptoKey version that will be used to decrypt the provided ciphertext. This is represented by the format projects/{project}/locations/{location}/keyRings/{keyring}/cryptoKeys/{key}/cryptoKeyVersions/{version}
.