principal_import_request
Principal key import request
algorithmstring
private key algorithm, "RSA", "ECDSA", "Ed25519" or "DSA"
Possible values: [RSA, ECDSA, Ed25519, DSA]
Example:
RSAdatastring
base64 encoded private key DER data
principal_import_request
{
"algorithm": "RSA",
"data": "string"
}