OBJECT
ScServer
Tenable.sc Server
link GraphQL Schema definition
- type ScServer {
- # ID
- ID! :
- # Name of tenable.sc server
- String! :
- # Address of tenable.sc server
- String! :
- # Username in tenable.sc for the integration
- String! :
- # The repository in tenable.sc to associate the agent with
- Int! :
- # Status of server
- ServerStatus! :
- # Is tenable.sc server archived
- Boolean! :
- # Schedule for syncing with the tenable.sc server
- DurationValue! :
- # Last sync time
- Time :
- # Details of the last sync
- String :
- # Object usage information
- UsageInfo! :
- }