pub async fn generate(
client: &impl Client,
mount: &str,
role_name: &str,
opts: Option<&mut GenerateNewSecretIDRequestBuilder>,
) -> Result<GenerateNewSecretIDResponse, ClientError>
Expand description
Generates and issues a new SecretID on an existing AppRole.