INPUT_OBJECT
RestoreObjectsDryRunInput
Description
Input for a dry run of granular restore in Active Directory.
link GraphQL Schema definition
- input RestoreObjectsDryRunInput {
- # Specifies the export to use if the snapshot was previously exposed using Live
- # Mount.
- String :
- # Specifies whether to report only the changed values for an attribute in the
- # object diff.
- Boolean :
- # Specifies whether to report only attributes whose values have changed.
- Boolean :
- # Required. Configuration for the dry run of object recovery.
- ActiveDirectoryObjectRecoveryConfigInput! :
- # Required. Snapshot ID to be used for dummy recovery of selected objects.
- String! :
- # A randomly generated instance ID for the RSC user. This ID serves as a handle
- # identifier and associates with the opening instance of the NTDS database. All
- # requests from an RSC user use the same instance ID.
- String! :
- }