Package | Description |
---|---|
com.fortanix.sdkms.v1.api | |
com.fortanix.sdkms.v1.model |
Modifier and Type | Method and Description |
---|---|
Account |
AccountsApi.createAccount(AccountRequest body)
Create a new account
Create a new account with the specified properties.
|
Account |
AccountsApi.getAccount(String accountId)
Get a specific account
Look up an account by account ID.
|
Account |
AccountsApi.updateAccount(String accountId,
AccountRequest body)
Update account
Update the properties of an account.
|
Modifier and Type | Method and Description |
---|---|
List<Account> |
AccountsApi.getAccounts()
Get all accounts
Get detailed information on all accounts the current user has access to.
|
Copyright © 2017-2018 Fortanix Inc. All Rights Reserved