Skip to content

Set Table Role Permission

Sets the table permissions for a role.

Permissions

Command KindNeeded User Kind
WriteAdmin, Sys

Parameters

NameTypeDescriptionRequiredDefaultValues
PermissionstringTable permissions of the role: [None], [Read] or [Write].yes
Tablearray of stringName of the table ([Table]).yes
Rolearray of stringName of the role ([Role]).yes

Result

No fields

Code

text
SET TABLE ROLE PERMISSION
PERMISSION=[string, Needed]
TABLE=[string, Multiple, Needed]
ROLE=[string, Multiple, Needed]