INPUT_OBJECT

ActiveDirectoryRestoreConfigInput

Description

Input for Active Directory objects restore.

link GraphQL Schema definition

  • input ActiveDirectoryRestoreConfigInput {
  • # Supported in v9.0+
  • # ID of the snapshot to be used for authoritative restore.
  • snapshotForAuthoritativeRestore: String
  • # Required. Restore configuration for each Active Directory Domain Controller.
  • domainControllerRestoreConfigs: [DomainControllerRestoreConfigInput!]!
  • # Required. Whether to perform authoritative Active Directory objects restore or
  • # not.
  • shouldPerformAuthoritativeAdObjectsRestore: Boolean!
  • # Required. Supported in v9.0+
  • # Whether to perform authoritative SYSVOL restore or not.
  • shouldPerformAuthoritativeSysvolRestore: Boolean!
  • }