Rate this page:

SetAdminRoleInfoRequest

Props

adminRoleActive

Copy URL
adminRoleActive: 

false

|

undefined

|

true

Whether the admin role is enabled. If false the allowed and denied entries have no affect

adminRoleId

Copy URL
adminRoleId: 

number

The admin role to edit

adminRoleName

Copy URL
adminRoleName: 

string

The admin role to edit, can be used instead of admin_role_id

allowedEntries

Copy URL
allowedEntries: 

string

|

string[]

The list of allowed access entry changes separated by semicolons (;) (the API function names)

deniedEntries

Copy URL
deniedEntries: 

string

|

string[]

The list of denied access entry changes separated by semicolons (;) (the API function names)

entryModificationMode

Copy URL
entryModificationMode: 

string

|

undefined

The modification mode of the permission lists (allowed_entries and denied_entries). The following values are possible: add, del, set

likeAdminRoleId

Copy URL
likeAdminRoleId: 

any

|

number

|

number[]

The admin role ID list separated by semicolons (;). Use the 'all' value to select all admin roles. The list specifies the roles from which the allowed_entries and denied_entries are merged

likeAdminRoleName

Copy URL
likeAdminRoleName: 

string

|

string[]

The admin role name, can be used instead of like_admin_role_id. The name specifies a role from which the allowed_entries and denied_entries are merged

newAdminRoleName

Copy URL
newAdminRoleName: 

string

|

undefined

The new admin role name. The length must be less than 50