OBJECT

OsDetails

Description

Operating system details of the domain controller at the time of the snapshot.

link GraphQL Schema definition

  • type OsDetails {
  • # Build number of the operating system.
  • buildNumber: String!
  • # List of hotfixes installed on the operating system.
  • hotFixDetails: [HotFixDetail!]!
  • # Name of the operating system.
  • osName: String!
  • # Version of the operating system.
  • version: String!
  • }