ENUM

PendingActionSyncType

Description

Sync Location for Pending Actions.

link GraphQL Schema definition

  • enum PendingActionSyncType {
  • # The target of the pending action is CDM.
  • CDM
  • # The target of the pending action is Cloud Direct.
  • CLOUD_DIRECT
  • # The target of the pending action can be derived from the pending action.
  • DERIVED
  • # The target of the pending action is Mosaic.
  • MOSAIC
  • # The target of the pending action is RSC.
  • POLARIS
  • }