executeAs property
Who to execute the web app as. Possible string values are:
- "UNKNOWN_EXECUTE_AS" : Default value, should not be used.
- "USER_ACCESSING" : The script runs as the user accessing the web app.
- "USER_DEPLOYING" : The script runs as the user who deployed the web app. Note that this is not necessarily the owner of the script project.
Implementation
core.String? executeAs;