ENUM

OrgStatus

Description

Status of the M365 org.

link GraphQL Schema definition

  • enum OrgStatus {
  • # Org is in active state.
  • ACTIVE
  • # Org is in deleted state.
  • DELETED
  • # Org is being deleted.
  • DELETING
  • # Org is in failed state.
  • FAILED
  • # Org is in refresh stage.
  • REFRESHING
  • # Org is in unhealthy state.
  • UNHEALTHY
  • }

link Require by