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