OBJECT
AssetDiscovery
link GraphQL Schema definition
- type AssetDiscovery implements ActiveQuery {
- # Query ID
- : ID!
- # Query name
- : String!
- # Query description
- : String
- # Query enabled
- : Boolean!
- # Query trigger
- : QueryTrigger!
- # Predefined query
- : Boolean!
- # Query category
- : QueriesCategory!
- # Query schedule
- : [DurationValue!]
- # Operation type
- : OpType!
- # Target asset group
- : AssetGroup
- # Query status
- : QueryStatus!
- # Last execution datetime
- : Time
- # Next execution datetime
- : Time
- # Query created by
- : String!
- # Last edited by
- : String
- # Last edited date
- : Time
- # Last run by
- : String
- # Usage info
- : CanDownload!
- # Networks to scan
- #
- # 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!
- # Origins to query
- #
- # 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): OriginConnection!
- # Number of concurrent workers to use during scan
- : ConcurentWorkersOptions!
- # Pause between each target (ip) scan
- : PauseBetweenProbesOptions!
- }
link Require by
This element is not required by anyone