Values.DeleteSshPublicKeyRequestSourceDeletes a user's Secure Shell (SSH) public key.
type nonrec t = {serverId : ServerId.t;A system-assigned unique identifier for a file transfer protocol-enabled server instance that has the user assigned to it.
*)sshPublicKeyId : SshPublicKeyId.t;A unique identifier used to reference your user's specific SSH key.
*)userName : UserName.t;A unique string that identifies a user whose public key is being deleted.
*)}val make :
serverId:ServerId.t ->
sshPublicKeyId:SshPublicKeyId.t ->
userName:UserName.t ->
unit ->
t