Enum EntraDirectoryGroupType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the type of Entra directory group.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum EntraDirectoryGroupType
Fields
Distribution = 2
The group is a distribution group.
Microsoft365 = 1
The group is a Microsoft 365 group.
Security = 3
The group is a security group.
Unknown = 0
The group type is unknown.