Class GetKMSSecretAsymmetricArgs


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

      • ciphertext

        public com.pulumi.core.Output<java.lang.String> ciphertext()
        Returns:
        The ciphertext to be decrypted, encoded in base64
      • crc32

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> crc32()
        Returns:
        The crc32 checksum of the `ciphertext` in hexadecimal notation. If not specified, it will be computed.
      • cryptoKeyVersion

        public com.pulumi.core.Output<java.lang.String> cryptoKeyVersion()
        Returns:
        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}`.