activeDirectorySearchSnapshots
Search across a range of snapshots of a domain controller for Active Directory objects Supported in v9.1+ Return the Active Directory objects matching the search criteria.
Arguments
| Argument | Type | Description |
|---|---|---|
| first | Int | Returns the first n elements from the list. |
| after | String | Returns the elements in the list that occur after the specified cursor. |
| id (required) | String! | ID of the Active Directory domain controller that needs to be explored. |
| snapshotAfterDate | DateTime | Searches across the snapshots taken on or after the specified date. |
| snapshotBeforeDate | DateTime | Searches across the snapshots taken on or before the specified date. |
| name (required) | String! | Search string. |
| activeDirectoryObjectType | ActiveDirectoryObjectType | The supported Active Directory object types. |
Returns
ActiveDirectorySnappableSearchResponseConnection!