TestimoX

API Reference

Enum

DirectoryObjectType

Namespace ADPlayground
Assembly ADPlayground
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Represents the directory object class.

Inheritance

  • Enum
  • DirectoryObjectType

Values

public const DirectoryObjectType Unknown #

Object class could not be determined.

Value: 0
public const DirectoryObjectType User #

Object is a user.

Value: 1
public const DirectoryObjectType Group #

Object is a group.

Value: 2
public const DirectoryObjectType Computer #

Object is a computer.

Value: 3
public const DirectoryObjectType ManagedServiceAccount #

Object is a managed service account (MSA).

Value: 4
public const DirectoryObjectType GroupManagedServiceAccount #

Object is a group managed service account (gMSA).

Value: 5
public const DirectoryObjectType Contact #

Object is a contact.

Value: 6
public const DirectoryObjectType ForeignSecurityPrincipal #

Object is a foreign security principal.

Value: 7