ENUM

PendingActionGroupTypeEnum

Description

The group type for the pending action.

link GraphQL Schema definition

  • enum PendingActionGroupTypeEnum {
  • # Group type for application blueprint operations.
  • APP_FLOW
  • # Group type for archival location management operations.
  • ARCHIVAL_LOCATION
  • # Group type for cloud account management operations.
  • CLOUD_ACCOUNTS
  • # Group type for global SLA domain operations.
  • GLOBAL_SLA
  • # Object Pause is used to perform object pause operations.
  • OBJECT_PAUSE
  • # Group type for replication configuration operations.
  • REPLICATION
  • # The group type of the pending action is a security setting.
  • SECURITY_SETTING
  • # Group type for RSC service account operations.
  • SERVICE_ACCOUNT
  • # Group type for unmanaged object operations.
  • UNMANAGED_OBJECTS
  • # Usermanagement type is used to perform user management operations.
  • USERMANAGEMENT
  • }