OBJECT
LeanBackplane
Minimum Backplane representation for Tenable.ot IEM
link GraphQL Schema definition
- type LeanBackplane {
- # ID
- ID! :
- # Backplane's name
- String! :
- # Number of ports detected on backplane
- Int! :
- # Assets contained in this backplane
- #
- # Arguments
- # onlyMembers: Retrieve only non-cpu assets on this backplane
- # 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.
- Boolean, : String, : Int, : String, : Int): LeanAssetConnection! ( :
- }