ENUM

SaasConnectionStatus

Description

Connection status for a SaaS organization.

link GraphQL Schema definition

  • enum SaasConnectionStatus {
  • # Connected state.
  • CONNECTED
  • # Disconnected state.
  • DISCONNECTED
  • # State indicating the connection is unavailable due to network issues,
  • # DNS problems, or deleted org.
  • UNAVAILABLE
  • # Unknown status.
  • UNKNOWN
  • # State indicating the connection will expire soon.
  • WARNING
  • }