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.
- : String!
- # List of hotfixes installed on the operating system.
- : [HotFixDetail!]!
- # Name of the operating system.
- : String!
- # Version of the operating system.
- : String!
- }