| 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
Syntaxpublic enum EventCategory
Members
| Member name | Value | Description |
---|
| Authentication | 0 |
Logging in and out of OIS, failed login attempts, wrong password used
|
| AccessRequests | 1 |
Anything related to requesting access, including review, approvals, denials etc.
|
| BusinessAlignment | 2 |
Create, update, delete roles, policies, contexts
|
| Configuration | 3 |
Configuration changes and issues such as errors in the system onboarding configuration, changes to views, properties, workflows etc.
|
| Data | 4 |
Anything related to data in the system
|
| Debug | 5 |
Debug information, additional information to debug issues
|
| UserActions | 6 |
Users performing searches, downloads etc.
|
| Governance | 7 |
Reports generated, attestations, classifications, Risk, SoD matters
|
| IdentityLifeCycle | 8 |
Requesting, adding, changing, disabling identities
|
| Mail | 9 |
Mail related issues, mails being sent, not sent
|
| SystemOperation | 10 |
All the events timers executed, system events, and processes (failing, running, completed)
|
| Security | 11 |
Events related to security
|
| Password | 12 |
Events related to password resets and filter
|
| Subscription | 13 |
Events related to subscriptions
|
| AnalyticsIntegration | 14 |
Events related to sending analytics data
|
| TimerService | 15 |
Events related to the timer service
|
| HorizonsServices | 16 |
Events related to the horizon services
|
| Maintenance | 17 |
Events related to the maintenance tasks
|
| Survey | 18 |
Event related to the Survey feature
|
See Also