Share via


SshPublicKeysGenerateKeyPair interface

Methods

post(SshPublicKeysGenerateKeyPairParameters)

Generates and returns a public/private key pair and populates the SSH public key resource with the public key. The length of the key will be 3072 bits. This operation can only be performed once per SSH public key resource.

Method Details

post(SshPublicKeysGenerateKeyPairParameters)

Generates and returns a public/private key pair and populates the SSH public key resource with the public key. The length of the key will be 3072 bits. This operation can only be performed once per SSH public key resource.

function post(options: SshPublicKeysGenerateKeyPairParameters): StreamableMethod<SshPublicKeysGenerateKeyPair200Response | SshPublicKeysGenerateKeyPairDefaultResponse>

Parameters

Returns