TestimoX

API Reference

Enum

AdministrativeIdentityType

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

Administrative classification of an identity (separate from actor type User/Group).

Inheritance

  • Enum
  • AdministrativeIdentityType

Values

public const AdministrativeIdentityType Unknown #

Resolution type could not be determined.

Value: 0
public const AdministrativeIdentityType WellKnownGroup #

Represents a well-known group.

Value: 1
public const AdministrativeIdentityType WellKnownAdministrative #

Represents a well-known administrative identity.

Value: 2
public const AdministrativeIdentityType Administrative #

Represents an administrative identity within a domain.

Value: 3
public const AdministrativeIdentityType NotAdministrative #

Represents a non-administrative identity.

Value: 4