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.
- String :
- # Required. Restore configuration for each Active Directory Domain Controller.
- DomainControllerRestoreConfigInput!]! : [
- # Required. Whether to perform authoritative Active Directory objects restore or
- # not.
- Boolean! :
- # Required. Supported in v9.0+
- # Whether to perform authoritative SYSVOL restore or not.
- Boolean! :
- }