pub async fn set<T: Serialize>(
client: &impl Client,
mount: &str,
path: &str,
data: &T,
) -> Result<SecretVersionMetadata, ClientError>
Expand description
Sets the value of the secret at the given path
See SetSecretRequest
pub async fn set<T: Serialize>(
client: &impl Client,
mount: &str,
path: &str,
data: &T,
) -> Result<SecretVersionMetadata, ClientError>
Sets the value of the secret at the given path
See SetSecretRequest