AddAdminRoleRequest
Props
adminRoleActive
adminRoleActive: false
| undefined
| true
Whether the admin role is enabled. If false the allowed and denied entries have no affect
adminRoleName
adminRoleName: string
The admin role name. The length must be less than 50
allowedEntries
allowedEntries: string
| string[]
The list of allowed access entries separated by semicolons (;) (the API function names)
deniedEntries
deniedEntries: string
| string[]
The list of denied access entries separated by semicolons (;) (the API function names)
likeAdminRoleId
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
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)