INPUT_OBJECT

ActiveDirectoryContainerRestoreOptionsInput

Description

Supported in v9.0+

link GraphQL Schema definition

  • input ActiveDirectoryContainerRestoreOptionsInput {
  • # Supported in v9.0+
  • # Whether to delete the objects within a container if Active Directory contains
  • # those children objects, but they are missing in the backup copy.
  • shouldDeleteExtraObjects: Boolean
  • # Supported in v9.0+
  • # Whether to create the objects within a container only when they are missing in
  • # the Active Directory. If set to true, the existing objects will remain
  • # untouched.
  • shouldOnlyRecreateMissingObjects: Boolean
  • }