We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b18cdb + 6a06ffb commit 537d3abCopy full SHA for 537d3ab
src/jamf_pro_sdk/models/classic/criteria.py
@@ -32,7 +32,10 @@ class ClassicCriterionSearchType(str, Enum):
32
less_than_x_days_ago: str = "less than x days ago"
33
current: str = "current"
34
not_current: str = "not current"
35
+ member_of: str = "member of"
36
+ not_member_of: str = "not member of"
37
greater_than: str = "greater than"
38
+ more_than: str = "more than"
39
less_than: str = "less than"
40
greater_than_or_equal: str = "greater than or equal"
41
less_than_or_equal: str = "less than or equal"
0 commit comments