Project specific script permissions

Hi Shotgun community,

I’m working on a script that would read data from only Project_A, before making modifications on Project_B only.

As a consequence, I would like to be able to reflect this behaviour using permissions, in order to be sure that if the script contains error at some point they would have side effects as limited as possible. This script would then have:

  • Read permissions only on Project_A.
  • Create/Update only permissions on Project_B.
  • No other permissions whatsoever for any other projects.

Is there a way to achieve this using script permissions? I found nothing regarding project specific permissions on the API user permission guide.