INPUT_OBJECT
UpdateRadiusGroupMutationInput
The input object that defines the fields for the updateRadiusGroup mutation.
link GraphQL Schema definition
- input UpdateRadiusGroupMutationInput {
- # 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 :
- }