OBJECT

NtdsDatabaseConsistency

Description

Active Directory NTDS database consistency information.

link GraphQL Schema definition

  • type NtdsDatabaseConsistency {
  • # Whether the NTDS database consistency information failed to compute.
  • failedToComputeOpt: Boolean
  • # Whether the NTDS database needs repair.
  • needsRepairOpt: Boolean
  • # Whether the NTDS database is repairable or not.
  • repairFailedOpt: Boolean
  • }