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