pub async fn list( client: &impl Client, mount: &str, path: &str, ) -> Result<Vec<String>, ClientError>
Lists all secret keys at the given path
See ListSecretsRequest