Table of Contents

Enum EntraDirectoryObjectType

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

Represents the type of an Entra directory object.

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

Fields

AdministrativeUnit = 1

The directory object is an administrative unit.

AgentBlueprint = 2

The directory object is an agent blueprint.

AgentIdentity = 3

The directory object is an agent identity.

Application = 4

The directory object is an application.

Device = 5

The directory object is a device.

Directory = 6

The directory object is the directory itself.

DirectoryObject = 7

The directory object is a directory object.

ExternalUser = 8

An external user object.

Group = 9

The directory object is a group.

OrganizationalContact = 10

The directory object an organizational contact.

Orphaned = 11

The directory object is orphaned.

Role = 12

The directory object is a role.

ServicePrincipal = 13

The directory object is a service principal.

Unknown = 0

The directory object is unknown.

User = 14

The directory object is a user.