OBJECT

ConnectionStatus

Description

Connection status details of a SaaS organization.

link GraphQL Schema definition

  • type ConnectionStatus {
  • # The date and time the connection expires.
  • expirationTime: DateTime
  • # The date and time the connection status was last updated.
  • lastUpdated: DateTime
  • # ID of the Saas App organization.
  • orgId: UUID!
  • # The status of the connection.
  • status: SaasConnectionStatus!
  • }