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
pub async fn generate(
client: &impl Client,
mount: &str,
name: &str,
ip: &str,
username: Option<String>,
) -> Result<GenerateSSHCredsResponse, ClientError>
Generates SSH credentials for the given role