Skip to main content

Supported_Keypair_Public_Key_Types_Response

statusboolean

Whether the request succeeded.

Example: true
messagestring

Human-readable description of the result.

Example: Getting supported keypair public key types successful
supported_key_typesstring[]

The SSH public key types accepted when you import a key pair.

Supported_Keypair_Public_Key_Types_Response
{
"status": true,
"message": "Getting supported keypair public key types successful",
"supported_key_types": [
"ssh-ed25519"
]
}