Table of Contents

Enum EntraGroupMembershipRuleProcessingState

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the membership rule processing state of Entra directory dynamic group.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum EntraGroupMembershipRuleProcessingState

Fields

NotApplicable = 1

The membership rule processing state is not applicable.

On = 2

Membership rule processing is on.

Paused = 3

Membership rule processing is paused.

Unknown = 0

The membership rule processing state is unknown.