OBJECT

ActiveDirectoryAdditionalInfo

Description

Supported in v9.2+

link GraphQL Schema definition

  • type ActiveDirectoryAdditionalInfo {
  • # Supported in v9.2+
  • # The ID of the forest to which the host belongs.
  • forestId: String
  • # Supported in v9.2+
  • # The domains in the forest to which the host belongs.
  • forestDomains: [String!]!
  • # Supported in v9.2+
  • # Specify the name of active directory domain.
  • hostDomainName: String
  • # Supported in v9.2+
  • # Id of the Active Directory Domain if the windows host has domain controller
  • # hosted.
  • hostDomainId: String
  • }