INPUT_OBJECT
CreateRadiusGroupReplyAttributeMutationInput
The input object that defines the fields for the createRadiusGroupReplyAttribute mutation.
link GraphQL Schema definition
- input CreateRadiusGroupReplyAttributeMutationInput {
- # A descriptive name.
- : String!
- # A RADIUS reply operator.
- : RadiusReplyOperator!
- # A RADIUS reply.
- : String!
- # The ID of a `RadiusGroup`.
- : Int64Bit!
- # A note about this entity.
- : NoteMutationInput
- }