File tree Expand file tree Collapse file tree 2 files changed +6
-13
lines changed Expand file tree Collapse file tree 2 files changed +6
-13
lines changed Original file line number Diff line number Diff line change @@ -24,17 +24,15 @@ public enum RoleEventTypeEnum
2424
2525 Created = 1 ,
2626
27- Authorised = 2 ,
27+ Edited = 2 ,
2828
29- Rejected = 3 ,
29+ Archived = 3 ,
3030
31- Edited = 4 ,
31+ Unarchived = 4 ,
3232
33- Archived = 6 ,
33+ AssignedToUser = 5 ,
3434
35- Unarchived = 7 ,
35+ RemovedFromUser = 6 ,
3636
37- AssignedToUser = 8 ,
38-
39- RemovedFromUser = 9 ,
37+ UpdatedUserAssignment = 7
4038}
Original file line number Diff line number Diff line change @@ -60,11 +60,6 @@ public class RoleEvent
6060 /// The client session timeout seconds the role had at the time of the event.
6161 /// </summary>
6262 public int ? ClientSessionTimeoutSeconds { get ; set ; }
63-
64- /// <summary>
65- /// If the role was a system role at the time of the event.
66- /// </summary>
67- public bool ? IsSystem { get ; set ; }
6863
6964 /// <summary>
7065 /// For <see cref="RoleEventTypeEnum.AssignedToUser"/> and <see cref="RoleEventTypeEnum.RemovedFromUser"/> event types.
You can’t perform that action at this time.
0 commit comments