Package com.strongdm.api
Class AccountCreateResponse
java.lang.Object
com.strongdm.api.AccountCreateResponse
AccountCreateResponse reports how the Accounts were created in the system.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionID part of the API key.The created Account.getMeta()
Reserved for future use.Rate limit information.Secret part of the API key.getToken()
The auth token generated for the Account.void
setAccessKey
(String in) ID part of the API key.void
setAccount
(Account in) The created Account.void
Reserved for future use.void
Rate limit information.void
setSecretKey
(String in) Secret part of the API key.void
The auth token generated for the Account.
-
Constructor Details
-
AccountCreateResponse
public AccountCreateResponse()
-
-
Method Details
-
getAccessKey
ID part of the API key. -
setAccessKey
ID part of the API key. -
getAccount
The created Account. -
setAccount
The created Account. -
getMeta
Reserved for future use. -
setMeta
Reserved for future use. -
getRateLimit
Rate limit information. -
setRateLimit
Rate limit information. -
getSecretKey
Secret part of the API key. -
setSecretKey
Secret part of the API key. -
getToken
The auth token generated for the Account. The Account will use this token to authenticate with the strongDM API. -
setToken
The auth token generated for the Account. The Account will use this token to authenticate with the strongDM API.
-