Table of Contents

Enum ActiveDirectoryRulePropagationType

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

Determines how a rule will be applied and propagated.

[Flags]
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum ActiveDirectoryRulePropagationType

Fields

DescendantObjects = Object | ObjectAndDescendantObjects

The rule applies to all descendant objects.

Object = 1

The rule applies to this object only.

ObjectAndDescendantObjects = 2

The rule applies to this object and all descendant objects.

ObjectDescendantObjectsAndContainers = 4

The rule applies to this object, all descendant objects, and containers.

Unknown = 0

The propagation type unknown.