INPUT_OBJECT
CreateRadiusGroupMutationInput
The input object that defines the fields for the createRadiusGroup mutation.
link GraphQL Schema definition
- input CreateRadiusGroupMutationInput {
- # A descriptive name.
- String! :
- # The RADIUS group priority.
- Int! :
- # Whether or not this is a fall through group.
- Boolean! :
- # The types of account statuses for accounts that are part of this grouping.
- AddressListAccountStatus! :
- # The delinquency state for accounts that are part of this grouping.
- AddressListDelinquency! :
- # A list of account group IDs that this account is part of.
- Int64Bit] : [
- # IDs of `AccountStatus`es.
- Int64Bit] : [
- # IDs of `AccountType`s.
- Int64Bit] : [
- # IDs of data `Service`s.
- Int64Bit] : [
- # A list of IDs of `UsageBasedBillingPolicy` objects.
- Int64Bit] : [
- # A note about this entity.
- NoteMutationInput :
- }