OBJECT

ActiveDirectorySnappableSearchResponse

Description

List of matching objects.

link GraphQL Schema definition

  • type ActiveDirectorySnappableSearchResponse {
  • # Required. Supported in v9.1+
  • # Display name of the Active Directory object.
  • name: String!
  • # Required. Supported in v9.1+
  • # Resultant versions of the objects with that name.
  • versions: [ActiveDirectorySearchVersions!]!
  • }