ENUM

ServiceStatus

Description

Status of the Active Directory service.

link GraphQL Schema definition

  • enum ServiceStatus {
  • # Active Directory service is pending to continue.
  • CONTINUE_PENDING
  • # Active Directory service is paused.
  • PAUSED
  • # Active Directory service is pending to pause.
  • PAUSE_PENDING
  • # Active Directory service status is refreshing.
  • REFRESHING
  • # Active Directory service is running.
  • RUNNING
  • # Active Directory service is pending to start.
  • START_PENDING
  • # Active Directory service is stopped.
  • STOPPED
  • # Active Directory service is pending to be stopped.
  • STOP_PENDING
  • # Active Directory service status is unknown.
  • UNKNOWN
  • }