Values.ImportSshPublicKeyRequestSourceAdds a Secure Shell (SSH) public key to a Transfer Family user identified by a UserName value assigned to the specific file transfer protocol-enabled server, identified by ServerId. The response returns the UserName value, the ServerId value, and the name of the SshPublicKeyId.
type nonrec t = {serverId : ServerId.t;A system-assigned unique identifier for a server.
*)sshPublicKeyBody : SshPublicKeyBody.t;The public key portion of an SSH key pair. Transfer Family accepts RSA, ECDSA, and ED25519 keys.
*)userName : UserName.t;The name of the Transfer Family user that is assigned to one or more servers.
*)}val make :
serverId:ServerId.t ->
sshPublicKeyBody:SshPublicKeyBody.t ->
userName:UserName.t ->
unit ->
t