INPUT_OBJECT
TakeSaasOnDemandSnapshotInput
Description
Input for the takeSaasOnDemandSnapshot mutation.
link GraphQL Schema definition
- input TakeSaasOnDemandSnapshotInput {
- # SaaS application type.
- : SaasAppType!
- # The IDs of the workloads.
- : [UUID!]!
- }