Rate this page:

AddAdminRoleRequest

Props

adminRoleActive

Copy URL
adminRoleActive: 

false

|

undefined

|

true

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

adminRoleName

Copy URL
adminRoleName: 

string

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

allowedEntries

Copy URL
allowedEntries: 

string

|

string[]

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

deniedEntries

Copy URL
deniedEntries: 

string

|

string[]

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

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 new role automatically copies all permissions (allowed_entries and denied_entries)

likeAdminRoleName

Copy URL
likeAdminRoleName: 

string

|

string[]

The admin role name that can be used instead of like_admin_role_id. The name specifies a role from which the new role automatically copies all permissions (allowed_entries and denied_entries)