OBJECT

HotFixDetail

Description

Details of a Windows hotfix installed on the domain controller.

link GraphQL Schema definition

  • type HotFixDetail {
  • # Description of the hotfix.
  • description: String!
  • # ID of the hotfix.
  • id: String!
  • }