Create Private Key
Create a private key object to store an authentication key.
Syntax
create private key <private key spec>
[with private key """<private key>"""]
Parameters
private key spec
JSON — A specification for the private key to create.
private key
String — The private key contents. New line and special characters are permitted here. If this field is specified, the privateKey field in private key spec can be omitted.