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.
  • exportId: String
  • # Specifies whether to report only the changed values for an attribute in the
  • # object diff.
  • shouldReportOnlyChangedValues: Boolean
  • # Specifies whether to report only attributes whose values have changed.
  • shouldReportOnlyChangedAttrs: Boolean
  • # Required. Configuration for the dry run of object recovery.
  • config: ActiveDirectoryObjectRecoveryConfigInput!
  • # Required. Snapshot ID to be used for dummy recovery of selected objects.
  • id: 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.
  • instanceId: String!
  • }

link Require by