Click or drag to resize

EventCategory Enumeration

Categories for logging. Use one of these categories when logging using the logging API

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public enum EventCategory
Members
  Member nameValueDescription
Authentication0 Logging in and out of OIS, failed login attempts, wrong password used
AccessRequests1 Anything related to requesting access, including review, approvals, denials etc.
BusinessAlignment2 Create, update, delete roles, policies, contexts
Configuration3 Configuration changes and issues such as errors in the system onboarding configuration, changes to views, properties, workflows etc.
Data4 Anything related to data in the system
Debug5 Debug information, additional information to debug issues
UserActions6 Users performing searches, downloads etc.
Governance7 Reports generated, attestations, classifications, Risk, SoD matters
IdentityLifeCycle8 Requesting, adding, changing, disabling identities
Mail9 Mail related issues, mails being sent, not sent
SystemOperation10 All the events timers executed, system events, and processes (failing, running, completed)
Security11 Events related to security
Password12 Events related to password resets and filter
Subscription13 Events related to subscriptions
AnalyticsIntegration14 Events related to sending analytics data
TimerService15 Events related to the timer service
HorizonsServices16 Events related to the horizon services
Maintenance17 Events related to the maintenance tasks
Survey18 Event related to the Survey feature
See Also