Table of Contents

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 = 1

The notification trigger type is ActiveAssignment - "Members are assigned as active to the role".

EligibleActivation = 3

The notification trigger is EligibleActivation - "Eligible members activate the role".

EligibleAssignment = 2

The notification trigger is EligibleAssignment - "Members are assigned as eligible to the role".

Unknown = 0

The notification trigger type is unknown.