INPUT_OBJECT

CreateDomainControllerSnapshotInput

Description

Input for creating Active Directory Domain Controller snapshot.

link GraphQL Schema definition

  • input CreateDomainControllerSnapshotInput {
  • # Configuration for the on-demand backup.
  • config: BaseOnDemandSnapshotConfigInput
  • # Required. ID of the Active Directory Domain Controller.
  • id: String!
  • # Required. User note to associate with audits.
  • userNote: String
  • }

link Require by