OBJECT

ActiveDirectorySearchVersions

Description

Resultant versions of the objects with requested name.

link GraphQL Schema definition

  • type ActiveDirectorySearchVersions {
  • # Required. Supported in v9.1+
  • # Distinguished name of the Active Directory object.
  • dn: String!
  • # Required. Supported in v9.1+
  • # The Distinguished Name Tag (DNT) of the Active Directory object.
  • dnt: Int!
  • # Type of the object.
  • activeDirectoryObjectType: ActiveDirectoryObjectType!
  • # Snapshot containing the Active Directory object.
  • snapshot: CdmSnapshot!
  • }