Table of Contents

Enum EntraDirectoryObjectType

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

Represents the type of an Entra directory group member.

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

Fields

Device = 1

The member is a device.

Group = 2

The member is a group.

OrganizationalContact = 3

The member is an organizational contact.

ServicePrincipal = 4

The member is a service principal.

Unknown = 0

The member type is unknown.

User = 5

The member is a user.