Class VaultTOTPReadKeyResult
- java.lang.Object
-
- io.quarkus.vault.runtime.client.dto.totp.VaultTOTPReadKeyResult
-
- All Implemented Interfaces:
VaultModel
public class VaultTOTPReadKeyResult extends Object implements VaultModel
-
-
Field Summary
Fields Modifier and Type Field Description VaultTOTPReadKeyDatadata
-
Constructor Summary
Constructors Constructor Description VaultTOTPReadKeyResult()
-
-
-
Field Detail
-
data
public VaultTOTPReadKeyData data
-
-