INPUT_OBJECT

DownloadActiveDirectorySnapshotFromLocationInput

Description

Input for downloading an Active Directory domain controller snapshot from a replicated or archived location.

link GraphQL Schema definition

  • input DownloadActiveDirectorySnapshotFromLocationInput {
  • # Additional configuration for the operation. This consists of the SLA Domain to
  • # be applied to the snapshot after it is downloaded.
  • downloadConfig: ActiveDirectorySnapshotDownloadConfigInput
  • # Required. ID of the replication location.
  • locationId: String!
  • # Required. ID of the snapshot to be downloaded.
  • snapshotId: String!
  • }

link Require by