Enum EntraRolePimNotificationRuleLevel
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the level of an Entra directory role notification.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum EntraRolePimNotificationRuleLevel
Fields
All = 3The notification rule level is all.
Critical = 2The notification rule level is critical.
None = 1The notification rule level is none.
Unknown = 0The notification rule level is unknown.