OBJECT
ActiveDirectorySnappableSearchResponse
Description
List of matching objects.
link GraphQL Schema definition
- type ActiveDirectorySnappableSearchResponse {
- # Required. Supported in v9.1+
- # The Distinguished Name Tag (DNT) of the Active Directory object.
- Int! :
- # Required. Supported in v9.1+
- # Display name of the Active Directory object.
- String! :
- ActiveDirectoryObjectType! :
- # Required. Supported in v9.1+
- # Resultant versions of the objects with that name.
- ActiveDirectorySearchVersions!]! : [
- }
link Require by
- ActiveDirectorySnappableSearchResponseConnectionPaginated list of ActiveDirectorySnappableSearchResponse objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- ActiveDirectorySnappableSearchResponseEdgeWrapper around the ActiveDirectorySnappableSearchResponse object. This wrapper is used for pagination.