Table of Contents

Enum EntraGroupType

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

Represents the type of Entra directory group.

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

Fields

Distribution = 2

The group is a distribution group. This value has been deprecated and distribution groups are now stored in Exchange Online.

Microsoft365 = 1

The group is a Microsoft 365 group.

Security = 3

The group is a security group.

Unknown = 0

The group type is unknown.