SshGenerateKeyPairInputParameters Class
Parameters for GenerateSshKeyPair.
Constructor
SshGenerateKeyPairInputParameters()
Variables
| Name | Description |
|---|---|
|
encryption_type
|
The encryption type of the SSH keys to be generated. See SshEncryptionTypes for possible set of values. If not provided, will default to RSA. Known values are: "RSA" and "Ed25519". |
Attributes
encryptionType
The encryption type of the SSH keys to be generated. See SshEncryptionTypes for possible set of values. If not provided, will default to RSA. Known values are: "RSA" and "Ed25519".
encryptionType: str | SshEncryptionTypes