OBJECT
LeanAsset
Minimum Asset representation for Tenable.ot IEM
link GraphQL Schema definition
- type LeanAsset {
- # Asset ID
- : ID!
- # All associated IPs
- #
- # 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!
- # Asset's name
- : String!
- # Last Seen
- : Time
- # Latest date of last plugin hit or plugin status change
- : Time
- # Latest time of the last snapshot made on the asset
- : Time
- # First Seen
- : Time
- # All direct IPs
- #
- # 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!
- # All direct Macs
- #
- # 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!
- # All associated MACs
- #
- # 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!
- # All Subnets
- #
- # 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!
- # Segments
- #
- # 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): SegmentGroupConnection!
- # Type
- : AssetType!
- # Super Type
- : AssetType!
- # Hardware State
- : HardwareState!
- # Vendor Lifecycle Status
- : String
- # Discontinued Date
- : Time
- # Replacement Product
- : String
- # Category
- : AssetCategory!
- # Purdue level
- : PurdueLevel!
- # Vendor
- : String
- # Run Status
- : RunStatus!
- # Extended Run Status
- : String
- # Run Status time
- : Time!
- # Asset's location
- : String
- # Asset's description
- : String
- # Operating System
- : String
- # Family
- : String
- # Model Name
- : String
- # Firmware Version
- : String
- # Slot in backplane
- : Int
- # Serial
- : String
- # Backplane ID
- : LeanBackplane
- # Asset's risk score or negative one if None Criticality
- : Float!
- # Asset's criticality
- : Criticality!
- # Is Hidden
- : Boolean!
- # Asset's details last update time
- : Time!
- # Sources
- #
- # 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): LeanSourceConnection!
- # All associated Tags
- #
- # 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!
- # Custom Field 1
- : String
- # Custom Field 2
- : String
- # Custom Field 3
- : String
- # Custom Field 4
- : String
- # Custom Field 5
- : String
- # Custom Field 6
- : String
- # Custom Field 7
- : String
- # Custom Field 8
- : String
- # Custom Field 9
- : String
- # Custom Field 10
- : String
- }