INPUT_OBJECT
CreateDomainControllerSnapshotInput
Description
Input for creating Active Directory Domain Controller snapshot.
link GraphQL Schema definition
- input CreateDomainControllerSnapshotInput {
- # Configuration for the on-demand backup.
- : BaseOnDemandSnapshotConfigInput
- # Required. ID of the Active Directory Domain Controller.
- : String!
- # Required. User note to associate with audits.
- : String
- }