Class ProxyClusterKeyCreateResponse

java.lang.Object
com.strongdm.api.ProxyClusterKeyCreateResponse

public class ProxyClusterKeyCreateResponse extends Object
ProxyClusterKeyCreateResponse reports how the ProxyClusterKeys were created in the system.
  • Constructor Details

    • ProxyClusterKeyCreateResponse

      public ProxyClusterKeyCreateResponse()
  • Method Details

    • getMeta

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

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

      public ProxyClusterKey getProxyClusterKey()
      The created ProxyClusterKey.
    • setProxyClusterKey

      public void setProxyClusterKey(ProxyClusterKey in)
      The created ProxyClusterKey.
    • getRateLimit

      public RateLimitMetadata getRateLimit()
      Rate limit information.
    • setRateLimit

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

      public String getSecretKey()
      The secret key component of this key. It must be saved upon creation because it will not be available for retrieval later.
    • setSecretKey

      public void setSecretKey(String in)
      The secret key component of this key. It must be saved upon creation because it will not be available for retrieval later.