The following tables list the members exposed by the UpdateProjectRolePermissionParameters type.

Name Description
Public property delete_permission Distinct set of ids of permissions to deleted
Public property set_permission A dictionary of permission to be added / modified for project roles. The key of the dictionary is entity id of the role and the value of the dictionary is a list of tuples where item 1 is the number of positions and the item 2 is the permission data
Top