OBJECT
ConnectionStatus
Description
Connection status details of a SaaS organization.
link GraphQL Schema definition
- type ConnectionStatus {
- # The date and time the connection expires.
- : DateTime
- # The date and time the connection status was last updated.
- : DateTime
- # ID of the Saas App organization.
- : UUID!
- # The status of the connection.
- : SaasConnectionStatus!
- }