Package com.strongdm.api
Class SecretEngineGetResponse
java.lang.Object
com.strongdm.api.SecretEngineGetResponse
SecretEngineGetResponse contains information about requested Secret Engine
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMeta()
Reserved for future use.Rate limit information.The requested Secret Engine.void
Reserved for future use.void
Rate limit information.void
The requested Secret Engine.
-
Constructor Details
-
SecretEngineGetResponse
public SecretEngineGetResponse()
-
-
Method Details
-
getMeta
Reserved for future use. -
setMeta
Reserved for future use. -
getRateLimit
Rate limit information. -
setRateLimit
Rate limit information. -
getSecretEngine
The requested Secret Engine. -
setSecretEngine
The requested Secret Engine.
-