INPUT_OBJECT
RadiusServerInput
link GraphQL Schema definition
- input RadiusServerInput {
- : Int
- : Boolean
- : String!
- : String
- : String
- #   Port for RADIUS authentication
- : Int
- : String
- : Boolean
- : Int
- #   Authentication access type, default is ANY_ACCESS
- : AuthAccessTypeInput
- : Boolean
- : Int
- #   Unique identifier optionally passed into input object of any query/mutation 
- #   call, returned in the corresponding response output.
- : String
- #   Port for RADIUS accounting
- : Int
- #   Protocol for RADIUS Server
- : String
- : Int
- : Int
- : Int
- : Boolean
- : Boolean
- #   DEPRECATED - Replaced by operationId. NBI responses will not return this value 
- #   anymore.
- : String
- }