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 | ObjectAndDescendantObjectsThe rule applies to all descendant objects.
Object = 1The rule applies to this object only.
ObjectAndDescendantObjects = 2The rule applies to this object and all descendant objects.
ObjectDescendantObjectsAndContainers = 4The rule applies to this object, all descendant objects, and containers.
Unknown = 0The propagation type unknown.