Appearance
Set Script User Permission
Sets the script permissions for a user.
Permissions
| Command Kind | Needed User Kind |
|---|---|
| Write | Admin, Sys |
Parameters
| Name | Type | Description | Required | Default | Values |
|---|---|---|---|---|---|
| Permission | string | Script permissions of the user: [None] or [Run]. | yes | ||
| Script | array of string | Name of the script ([Script]). | yes | ||
| User | array of string | Name of the user ([User]). | yes |
Result
No fields
Code
text
SET SCRIPT USER PERMISSION
PERMISSION=[string, Needed]
SCRIPT=[string, Multiple, Needed]
USER=[string, Multiple, Needed]