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