vaultrs::ssh

Function generate

Source
pub async fn generate(
    client: &impl Client,
    mount: &str,
    name: &str,
    ip: &str,
    username: Option<String>,
) -> Result<GenerateSSHCredsResponse, ClientError>
Expand description

Generates SSH credentials for the given role

See GenerateSSHCredsRequest