Class VaultTOTPCreateKeyBody
- java.lang.Object
-
- io.quarkus.vault.runtime.client.dto.totp.VaultTOTPCreateKeyBody
-
- All Implemented Interfaces:
VaultModel
public class VaultTOTPCreateKeyBody extends Object implements VaultModel
-
-
Constructor Summary
Constructors Constructor Description VaultTOTPCreateKeyBody()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisProducingOutput()
-
-
-
Field Detail
-
generate
public Boolean generate
-
exported
public Boolean exported
-
keySize
public Integer keySize
-
url
public String url
-
key
public String key
-
issuer
public String issuer
-
accountName
public String accountName
-
period
public String period
-
algorithm
public String algorithm
-
digits
public Integer digits
-
skew
public Integer skew
-
qrSize
public Integer qrSize
-
-