Enum EntraRolePimNotificationRuleType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the type of an Entra directory role notification.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum EntraRolePimNotificationRuleType
Fields
Admin = 1The notification rule type is admin.
Approver = 2The notification rule type is approver.
Requestor = 3The notification rule type is requestor.
Unknown = 0The notification rule type is unknown.