INPUT_OBJECT
ActiveDirectoryObjectRecoveryConfigInput
Description
Supported in v9.0+
link GraphQL Schema definition
- input ActiveDirectoryObjectRecoveryConfigInput {
- # Supported in v9.0+
- # Specifies whether to merge current linked attributes with the ones in backup or
- # to wipe all current and restore to the exact state in backup.
- Boolean :
- # Supported in v9.0+
- # Restore the objects to a different container.
- String :
- # Supported in v9.0+
- # Proceed with the recovery process even if you encounter errors.
- Boolean :
- # Supported in v9.0+
- # Specifies whether to remove the attribute if it is not present in the backup
- # copy but is present in the Active Directory live copy.
- Boolean :
- # Supported in v9.2+
- # Specify the Domain Controller ID for performing this restore on the alternate
- # domain controller.
- String :
- # Supported in v9.0+
- # Whether to restore the parent objects of the provided Distinguished Name Tag if
- # the parent objects are absent.
- Boolean :
- # Supported in v9.0+
- # ID of the archival or replication location.
- String :
- # Supported in v9.2+
- # Deprecated - Specify the Host ID for performing this restore on the alternate
- # domain controller. Use alternateDcId instead.
- String :
- # Supported in v9.0+
- # Behavior to be followed when an object name conflicts with an existing object in
- # Active Directory.
- ActiveDirectoryObjectNameConflictOption :
- # Supported in v9.0+
- # Behavior to be followed when an object has been moved across Organizational
- # Units (OUs) or Containers.
- ActiveDirectoryObjectMovedOption :
- # Supported in v9.0+
- # Options for restoring Containers and Organizational Units (OUs).
- ActiveDirectoryContainerRestoreOptionsInput :
- # Supported in v9.0+
- # Credentials required for LDAP binding.
- ActiveDirectoryRecoveryLdapCredsInput :
- # Required. Supported in v9.0+
- # Distinguished Name Tag of the objects to be restored.
- ActiveDirectoryRecoveryObjectInput!]! : [
- # Supported in v9.0+
- # Options for restoring user accounts.
- ActiveDirectoryUserRestoreOptionsInput :
- }