Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.16 KB

StaffPermissionGroup.md

File metadata and controls

13 lines (9 loc) · 1.16 KB

StaffPermissionGroup

Properties

Name Type Description Notes
permission_group_name string The name of the permission group. [optional]
ip_restricted bool When `true`, the staff member’s permissions are restricted to specific IP addresses.<br /> When `false`, the staff member’s permissions are not restricted to specific IP addresses. [optional]
allowed_permissions string[] A list of the permissions allowed to the staff member. See Permission Values for descriptions of the possible permissions. [optional]
denied_permissions string[] A list of the permissions that the staff member is not allowed to exercise. See Permission Values for descriptions of the possible permissions. [optional]

[Back to Model list] [Back to API list] [Back to README]