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.
  • operationId: String
  • # Fourth RADIUS IP Address
  • fourthIpAddress: String
  • # DEPRECATED - Replaced by operationId. NBI responses will not return this value
  • # anymore.
  • clientMutationId: String
  • # Secondary RADIUS IP Address
  • secondaryIpAddress: String
  • # Sixth RADIUS IP Address
  • sixthIpAddress: String
  • # Seventh RADIUS IP Address
  • seventhIpAddress: String
  • # Fifth RADIUS IP Address
  • fifthIpAddress: String
  • # Third RADIUS IP Address
  • thirdIpAddress: String
  • # Eighth RADIUS IP Address
  • eighthIpAddress: String
  • # AAA Configuration Name
  • aaaConfigName: String!
  • # Primary RADIUS IP Address
  • primaryIpAddress: String!
  • # AAA Rule Index
  • aaaRuleIndex: Int!
  • }