INPUT_OBJECT
CreateRadiusServerMutationInput
The input object that defines the fields for the createRadiusServer mutation.
link GraphQL Schema definition
- input CreateRadiusServerMutationInput {
- # A descriptive name.
- : String!
- # The RADIUS server type.
- : RadiusServerType!
- # 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
- }