ENUM
ServiceStatus
Description
Status of the Active Directory service.
link GraphQL Schema definition
- enum ServiceStatus {
- # Active Directory service is pending to continue.
- # Active Directory service is paused.
- # Active Directory service is pending to pause.
- # Active Directory service status is refreshing.
- # Active Directory service is running.
- # Active Directory service is pending to start.
- # Active Directory service is stopped.
- # Active Directory service is pending to be stopped.
- # Active Directory service status is unknown.
- }