ENUM

InventoryModelFieldType

The type of an inventory model field.

link GraphQL Schema definition

  • enum InventoryModelFieldType {
  • # Text.
  • TEXT
  • # An integer.
  • NUMBER
  • # A number that can have a decimal place, but is not required to.
  • DECIMAL
  • # MAC address.
  • MAC_ADDRESS
  • # A PCRE regular expression is applied to this field to validate it.
  • REGULAR_EXPRESSION
  • # IMSI
  • IMSI
  • # An authentication key used for LTE. Should only be used for specific LTE
  • # integrations that require it.
  • LTEAUTHKEY
  • # An OP/OPc value used for LTE. Should only be used for specific LTE integrations
  • # that require it.
  • OPOPC
  • }