Package io.dapr.client.domain
Class GetSecretRequest
java.lang.Object
io.dapr.client.domain.GetSecretRequest
A request to get a secret by key.
-
Constructor Summary
ConstructorsConstructorDescriptionGetSecretRequest(String storeName, String key) Constructor for GetSecretRequest. -
Method Summary
-
Constructor Details
-
GetSecretRequest
Constructor for GetSecretRequest.- Parameters:
storeName- Name of the Secret Storekey- Key for retrieving the secret
-
-
Method Details
-
getStoreName
-
getKey
-
getMetadata
-
setMetadata
-