OBJECT

ActiveDirectoryAppMetadata

Description

Active Directory workload related app metadata for a snapshot.

link GraphQL Schema definition

  • type ActiveDirectoryAppMetadata {
  • # Windows disk layout of the domain controller at the time of the snapshot.
  • diskLayoutDetailsOpt: WindowsDiskLayoutDetails
  • # NTDS database consistency information.
  • ntdsDatabaseConsistencyOpt: NtdsDatabaseConsistency
  • # Count of different type of objects in the snapshot.
  • objectsCount: ActiveDirectoryObjectsCount
  • # Operating system details of the domain controller at the time of the snapshot.
  • osDetailsOpt: OsDetails
  • # Path of the Rubrik backup service data directory.
  • rubrikBackupServiceDataDirPath: String
  • }

link Require by