io.quarkus.vault.runtime.client.dto.transit.VaultTransitDecrypt 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.client.dto.AbstractVaultDTO;
/**
* {
* "request_id":"896c06b3-aba6-9695-4866-0ca4aff89df4",
* "lease_id":"",
* "renewable":false,
* "lease_duration":0,
* "data":{
* "plaintext":"Y291Y291"
* },
* "wrap_info":null,
* "warnings":null,
* "auth":null
* }
*/
public class VaultTransitDecrypt extends AbstractVaultDTO {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy