PKI Credential
The PKI Credential is used to do public key authentication. It contains a username and the public and private key used to authenticate that user. This credential is useable by the File Transfer components when accessing SFTP servers.
Parameters
username — (String) The username of the account to authenticate with.
privateKey — (String) The private key to authenticate with.
passphrase — (String, optional) The passphrase to unlock the private key if it is encrypted.