INPUT_OBJECT

TakeSaasOnDemandSnapshotInput

Description

Input for the takeSaasOnDemandSnapshot mutation.

link GraphQL Schema definition

  • input TakeSaasOnDemandSnapshotInput {
  • # SaaS application type.
  • saasAppType: SaasAppType!
  • # The IDs of the workloads.
  • workloadIds: [UUID!]!
  • }

link Require by