vaultrs::kv1

Function list

source
pub async fn list(
    client: &impl Client,
    mount: &str,
    path: &str,
) -> Result<ListSecretResponse, ClientError>
Expand description

List secret keys at given location, returning raw server response

See ListSecretRequest