public class VaultTOTPCreateKeyBody extends Object implements VaultModel
| Modifier and Type | Field and Description |
|---|---|
String |
accountName |
String |
algorithm |
Integer |
digits |
Boolean |
exported |
Boolean |
generate |
String |
issuer |
String |
key |
Integer |
keySize |
String |
period |
Integer |
qrSize |
Integer |
skew |
String |
url |
| Constructor and Description |
|---|
VaultTOTPCreateKeyBody() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isProducingOutput() |
public Boolean generate
public Boolean exported
public Integer keySize
public String url
public String key
public String issuer
public String accountName
public String period
public String algorithm
public Integer digits
public Integer skew
public Integer qrSize
Copyright © 2020 JBoss by Red Hat. All rights reserved.