Enum ActiveDirectoryGroupsScanType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The scan type for Active Directory groups.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum ActiveDirectoryGroupsScanType
Fields
All = 3
The group type to scan is all groups.
BuiltIn = 1
The group type to scan is built-in security groups.
Security = 2
The group type to scan is all security groups.
Unknown = 0
The scan type is unknown.