You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ocaml/idl/datamodel.ml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2794,6 +2794,7 @@ let session =
2794
2794
field ~in_product_since:rel_george ~qualifier:DynamicRO~default_value:(Some(VDateTime(Date.of_float 0.))) ~ty:DateTime"validation_time""time when session was last validated";
2795
2795
field ~in_product_since:rel_george ~qualifier:DynamicRO~default_value:(Some(VString(""))) ~ty:String"auth_user_sid""the subject identifier of the user that was externally authenticated. If a session instance has is_local_superuser set, then the value of this field is undefined.";
2796
2796
field ~in_product_since:rel_midnight_ride ~qualifier:StaticRO~default_value:(Some(VSet[])) ~ty:(Set(String)) "rbac_permissions""list with all RBAC permissions for this session";
2797
+
field ~in_product_since:rel_midnight_ride ~qualifier:DynamicRO~ty:(Set(Ref _task)) "tasks""list of tasks created using the current session";
0 commit comments