ENUM

LteProviderAuthenticationCredential

An authentication credential for an LTE provider.

link GraphQL Schema definition

  • enum LteProviderAuthenticationCredential {
  • # Telrad REST API username.
  • TELRAD_USERNAME
  • # Telrad REST API password.
  • TELRAD_PASSWORD
  • # Telrad REST API IP address.
  • TELRAD_IP_ADDRESS
  • # Telrad REST API port.
  • TELRAD_PORT
  • # Baicells REST API username.
  • BAICELLS_USERNAME
  • # Baicells REST API password.
  • BAICELLS_PASSWORD
  • # Baicells REST API cloud key.
  • BAICELLS_CLOUD_KEY
  • }