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