Type Alias dapr::client::GetSecretResponse

source ·
pub type GetSecretResponse = GetSecretResponse;
Expand description

A response from getting secret

Aliased Type§

struct GetSecretResponse {
    pub data: HashMap<String, String>,
}

Fields§

§data: HashMap<String, String>

data is the secret value. Some secret store, such as kubernetes secret store, can save multiple secrets for single secret key.