io.quarkus.vault.runtime.client.dto.transit.VaultTransitDecryptDataBatchResult Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-vault-model Show documentation
Show all versions of quarkus-vault-model Show documentation
Hashicorp Vault API model classes
The newest version!
package io.quarkus.vault.runtime.client.dto.transit;
import io.quarkus.vault.runtime.Base64String;
import io.quarkus.vault.runtime.client.dto.VaultModel;
public class VaultTransitDecryptDataBatchResult implements VaultModel {
public Base64String plaintext;
public String error;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy