ENUM
SaasConnectionStatus
Description
Connection status for a SaaS organization.
link GraphQL Schema definition
- enum SaasConnectionStatus {
- # Connected state.
- # Disconnected state.
- # State indicating the connection is unavailable due to network issues,
- # DNS problems, or deleted org.
- # Unknown status.
- # State indicating the connection will expire soon.
- }