Package com.strongdm.api
Class SecretStoreUpdateResponse
java.lang.Object
com.strongdm.api.SecretStoreUpdateResponse
SecretStoreUpdateResponse returns the fields of a SecretStore after it has been updated by
a SecretStoreUpdateRequest.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetMeta()
Reserved for future use.Rate limit information.The updated SecretStore.void
Reserved for future use.void
Rate limit information.void
The updated SecretStore.
-
Constructor Details
-
SecretStoreUpdateResponse
public SecretStoreUpdateResponse()
-
-
Method Details
-
getMeta
Reserved for future use. -
setMeta
Reserved for future use. -
getRateLimit
Rate limit information. -
setRateLimit
Rate limit information. -
getSecretStore
The updated SecretStore. -
setSecretStore
The updated SecretStore.
-