INPUT_OBJECT

RadiusServerInput

link GraphQL Schema definition

  • input RadiusServerInput {
  • # Port for RADIUS accounting
  • acctPort: Int
  • # Authentication access type, default is ANY_ACCESS
  • authAccessType: AuthAccessTypeInput
  • # Protocol for RADIUS Server
  • authProtocol: String
  • responseWindow: Int
  • # Unique identifier optionally passed into input object of any query/mutation
  • # call, returned in the corresponding response output.
  • operationId: String
  • radiusAccountingEnabled: Boolean
  • disableAccessRequest: Boolean
  • checkInterval: Int
  • retries: Int
  • # Port for RADIUS authentication
  • authPort: Int
  • ipAddress: String!
  • accessRequestUsername: String
  • sharedSecret: String
  • accessRequestPassword: String
  • reviveInterval: Int
  • timeout: Int
  • disableServerStatus: Boolean
  • keepDomainName: Boolean
  • # DEPRECATED - Replaced by operationId. NBI responses will not return this value
  • # anymore.
  • clientMutationId: String
  • numberOfAnswersUntilAlive: Int
  • requireMessageAuthenticator: Boolean
  • }