Class AccountCreateResponse

java.lang.Object
com.strongdm.api.AccountCreateResponse

public class AccountCreateResponse extends Object
AccountCreateResponse reports how the Accounts were created in the system.
  • Constructor Details

    • AccountCreateResponse

      public AccountCreateResponse()
  • Method Details

    • getAccessKey

      public String getAccessKey()
      ID part of the API key.
    • setAccessKey

      public void setAccessKey(String in)
      ID part of the API key.
    • getAccount

      public Account getAccount()
      The created Account.
    • setAccount

      public void setAccount(Account in)
      The created Account.
    • getMeta

      public CreateResponseMetadata getMeta()
      Reserved for future use.
    • setMeta

      public void setMeta(CreateResponseMetadata in)
      Reserved for future use.
    • getRateLimit

      public RateLimitMetadata getRateLimit()
      Rate limit information.
    • setRateLimit

      public void setRateLimit(RateLimitMetadata in)
      Rate limit information.
    • getSecretKey

      public String getSecretKey()
      Secret part of the API key.
    • setSecretKey

      public void setSecretKey(String in)
      Secret part of the API key.
    • getToken

      public String getToken()
      The auth token generated for the Account. The Account will use this token to authenticate with the strongDM API.
    • setToken

      public void setToken(String in)
      The auth token generated for the Account. The Account will use this token to authenticate with the strongDM API.