Class GetKMSSecretPlainArgs


  • public final class GetKMSSecretPlainArgs
    extends com.pulumi.resources.InvokeArgs
    • Method Detail

      • additionalAuthenticatedData

        public java.util.Optional<java.lang.String> additionalAuthenticatedData()
        Returns:
        The [additional authenticated data](https://cloud.google.com/kms/docs/additional-authenticated-data) used for integrity checks during encryption and decryption.
      • ciphertext

        public java.lang.String ciphertext()
        Returns:
        The ciphertext to be decrypted, encoded in base64
      • cryptoKey

        public java.lang.String cryptoKey()
        Returns:
        The id of the CryptoKey that will be used to decrypt the provided ciphertext. This is represented by the format `{projectId}/{location}/{keyRingName}/{cryptoKeyName}`.