INPUT_OBJECT
UpdateAAARadiusAuthenticationRuleInput
link GraphQL Schema definition
- input UpdateAAARadiusAuthenticationRuleInput {
- # Unique identifier optionally passed into input object of any query/mutation
- # call, returned in the corresponding response output.
- : String
- # Primary RADIUS IP Address
- : String!
- # Fifth RADIUS IP Address
- : String
- # AAA Configuration Name
- : String!
- # DEPRECATED - Replaced by operationId. NBI responses will not return this value
- # anymore.
- : String
- # AAA Rule Index
- : Int!
- # Fourth RADIUS IP Address
- : String
- # Secondary RADIUS IP Address
- : String
- # Seventh RADIUS IP Address
- : String
- # Eighth RADIUS IP Address
- : String
- # Third RADIUS IP Address
- : String
- # Sixth RADIUS IP Address
- : String
- }