Page Summary
-
This document describes the resource configurations for web apps and API executables.
-
The web app configuration, used when a project is deployed as a web app, defines access permissions and the execution identity.
-
The API executable configuration, used when a project is deployed for API execution, defines access permissions.
-
Both web app and API executable configurations use a string field named
accessto specify permission levels for running the script. -
The web app configuration includes an additional string field
executeAsto determine the identity under which the web app runs.
The resource configurations used to define web apps and API executables.
Webapp
The script project web app configuration, used only if the project is deployed as a web app.
| JSON representation |
|---|
{
"access": string,
"executeAs": string
} |
| Fields | |
|---|---|
access |
Web app execution permission levels. Valid settings include:
|
executeAs |
The identity under which the web app executes. Valid settings include:
|
ExecutionApi
The script project API executable configuration, used only if the project is deployed for API execution.
| JSON representation |
|---|
{
"access": string
} |
| Fields | |
|---|---|
access |
Determines who has permission to run the script from the API. Valid settings include:
|