INPUT_OBJECT
UpdateRadiusServerMutationInput
The input object that defines the fields for the updateRadiusServer mutation.
link GraphQL Schema definition
- input UpdateRadiusServerMutationInput {
- #   A descriptive name.
- : String
- #   Whether or not this is enabled.
- : Boolean
- #   An IPv4/IPv6 address.
- : IP
- #   The RADIUS server credentials.
- : [RadiusServerCredentialInput]
- #   Whether or not Sonar should track bandwidth usage data from this RADIUS server.
- : Boolean
- #   Send a change of authorization on account delinquency to this device.
- : Boolean
- #   Send a change of authorization on account service change to this device.
- : Boolean
- #   Send a change of authorization on account status change to this device.
- : Boolean
- #   The secret used to send a change of authorization to this device.
- : String
- #   A note about this entity.
- : NoteMutationInput
- #   Setting this value to `true` will set `coa_secret` to null.
- : Boolean
- }