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: libraries/microsoft-agents-a365-notifications/microsoft_agents_a365/notifications/models/agent_lifecycle_event.py
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,8 @@ class AgentLifecycleEvent(str, Enum):
18
18
USERUNDELETED: Event triggered when an agentic user identity is un-deleted.
19
19
USERUPDATED: Event triggered when an agentic user identity is updated.
20
20
USERMANAGERUPDATED: Event triggered when an agentic user's manager is updated.
21
+
USERENABLED: Event triggered when an agentic user is enabled.
22
+
USERDISABLED: Event triggered when an agentic user is disabled.
21
23
"""
22
24
23
25
USERCREATED="agenticuseridentitycreated"
@@ -26,3 +28,5 @@ class AgentLifecycleEvent(str, Enum):
0 commit comments