How to populate permission Request in Servicenow tickets while using new Rest Connector

I know the way to get the attributes from the request. However is there a way to populate the permission requests in the ticket

#if($request.items)
		 #foreach($item in $request.items) 
                        $!item.Operation $item.name:$item.value 
                        $newline 
         #end
	     #end

The above script is populating the group information properly.

However, is there a way to populate the permission requests in the ticket. I know it’s in the plan however, would like to know what is the equivalent syntax for permission request ??