Package com.strongdm.api
Class SecretStoreGetResponse
java.lang.Object
com.strongdm.api.SecretStoreGetResponse
SecretStoreGetResponse returns a requested SecretStore.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetMeta()
Reserved for future use.Rate limit information.The requested SecretStore.void
Reserved for future use.void
Rate limit information.void
The requested SecretStore.
-
Constructor Details
-
SecretStoreGetResponse
public SecretStoreGetResponse()
-
-
Method Details
-
getMeta
Reserved for future use. -
setMeta
Reserved for future use. -
getRateLimit
Rate limit information. -
setRateLimit
Rate limit information. -
getSecretStore
The requested SecretStore. -
setSecretStore
The requested SecretStore.
-