Tab
object
A tab displays additional information in the UI for various features. Users may request the related tab information which the existing user has access to based on current features that are available to the partner.
Fields
name
String!
non-null
Localized name for tab which appears in the UI when referencing this tab. Example: "Software Inventory".
category
String!
non-null
This represents a localized value for the category of the tab. Example: "Device Data".
subcategory
String
This represents a localized value for the subcategory of the tab if one exists.
key
String!
non-null
This value is the key name for the tab that is referenced by the tab handler. Example: "softwareInventory".
description
String
This represents a localized description of the tab. Example: "List of software installed on the asset."
parentKeys
[String]
This value is the parent key name for the tab that is referenced by the tab handler. Example: "systemDetails".