Triggers: Difference between revisions

206 bytes removed ,  20 September 2016
m
no edit summary
mNo edit summary
mNo edit summary
Line 34: Line 34:


=== Permissions for scripts ===
=== Permissions for scripts ===
; Libraries
; Library permissions
: determines which other libraries can be affected by the script. You can grant access to all libraries or select only certain libraries. This authorization is required for the libByName function.
: determines which other libraries can be affected by the script. You can grant access to all libraries or select only certain libraries. This authorization is required for the libByName function.
-----
; Read files
: It provides access to the script file read from the storage device. This authorization is required for file functions.


; Write files
; Read permissions
: It provides access to the script creation and editing files in the memory.This authorization is required for file functions.
: grants the script read access to a file
 
; Write permissions
: grants the script write access to a file


; Network
; Network
: It provides the right to perform the script http requests. This authorization is required for the function of http.
: grants to the script the right to execute http requests


== Actions ==
== Actions ==