ENUM
AddressListDelinquency
Includes accounts with a delinquency state that matches this in this address list.
link GraphQL Schema definition
- enum AddressListDelinquency {
- # All accounts, regardless of delinquency.
- # Only include delinquent accounts.
- # Only include accounts which are not delinquent.
- }
link Require by
- AccountGroupAn account group.
- AccountStatusThe status of an account.
- AccountTypeThe account type.
- AddressListAn address list defines some criteria by which to group accounts for network policy enforcement.
- CreateAddressListMutationInputThe input object that defines the fields for the createAddressList mutation.
- CreateRadiusGroupMutationInputThe input object that defines the fields for the createRadiusGroup mutation.
- Querynull
- RadiusGroupA RADIUS group.
- RadiusGroupReplyAttributeA RADIUS group reply attribute.
- ServiceA service.
- UpdateAddressListMutationInputThe input object that defines the fields for the updateAddressList mutation.
- UpdateRadiusGroupMutationInputThe input object that defines the fields for the updateRadiusGroup mutation.
- UsageBasedBillingPolicyA usage based billing policy.