IDRange provides a min/max of an allowed range of IDs. Deprecated: use IDRange from policy API Group instead.
new()
withMax(max)
max is the end of the range, inclusive.
withMin(min)
min is the start of the range, inclusive.