Package com.strongdm.api
Class ProxyClusterKeyCreateResponse
java.lang.Object
com.strongdm.api.ProxyClusterKeyCreateResponse
ProxyClusterKeyCreateResponse reports how the ProxyClusterKeys were created in the system.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetMeta()
Reserved for future use.The created ProxyClusterKey.Rate limit information.The secret key component of this key.void
Reserved for future use.void
The created ProxyClusterKey.void
Rate limit information.void
setSecretKey
(String in) The secret key component of this key.
-
Constructor Details
-
ProxyClusterKeyCreateResponse
public ProxyClusterKeyCreateResponse()
-
-
Method Details
-
getMeta
Reserved for future use. -
setMeta
Reserved for future use. -
getProxyClusterKey
The created ProxyClusterKey. -
setProxyClusterKey
The created ProxyClusterKey. -
getRateLimit
Rate limit information. -
setRateLimit
Rate limit information. -
getSecretKey
The secret key component of this key. It must be saved upon creation because it will not be available for retrieval later. -
setSecretKey
The secret key component of this key. It must be saved upon creation because it will not be available for retrieval later.
-