OBJECT
Config
Configuration settings
link GraphQL Schema definition
- type Config {
- Duration :
- IPConf :
- Duration :
- Boolean :
- Duration :
- Duration :
- Boolean :
- # Monitor own traffic (self sniff)
- Boolean :
- # Auto approve sensors
- Boolean :
- # Auto approve ICPs on the EM
- Boolean :
- # Nessus user scans are available
- Boolean :
- # IoT Connectors are available
- Boolean :
- # Private networks. Conversations (L2 or L3) in those subnets will create assets.
- # Returns an array of CIDRs
- #
- # Arguments
- # after: Returns the items in the list that come after the
- # specified cursor.
- # first: Returns the first n items from the list.
- # before: Returns the items in the list that come before the
- # specified cursor.
- # last: Returns the last n items from the list.
- String, : Int, : String, : Int): StringConnection! ( :
- # Lists of Hosts (urls) to serve and allow login for the UI. Host can be IPv4,
- # IPv6, FQDN, ip:port. An empty list will imply access via the configured Network
- # interfaces only.
- #
- # Arguments
- # after: Returns the items in the list that come after the
- # specified cursor.
- # first: Returns the first n items from the list.
- # before: Returns the items in the list that come before the
- # specified cursor.
- # last: Returns the last n items from the list.
- String, : Int, : String, : Int): StringConnection! ( :
- # Client side auto logout in seconds
- Int :
- # Enable classification banner in the UI
- Boolean :
- # Text to display in classification banner
- String :
- # The color of the classification banner
- ClassificationBannerColor :
- # Asset map time frame
- TimeFrame :
- }