Enum EntraRolePimNotificationTriggerType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the type of an Entra directory role notification trigger.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum EntraRolePimNotificationTriggerType
Fields
ActiveAssignment = 1The notification trigger type is ActiveAssignment - "Members are assigned as active to the role".
EligibleActivation = 3The notification trigger is EligibleActivation - "Eligible members activate the role".
EligibleAssignment = 2The notification trigger is EligibleAssignment - "Members are assigned as eligible to the role".
Unknown = 0The notification trigger type is unknown.