We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 404f6f4 commit 82b5148Copy full SHA for 82b5148
README.md
@@ -83,7 +83,7 @@ else:
83
print("This script didn't create the test record, so it's not going to delete it")
84
```
85
86
-A few notes. You can replace `jamf.Computers()` with `jamf.Policies()` or any supported record type.
+All supported record types are accessed like this: `jps.records.Computers()`, `jps.records.Policies()`, `jps.records.Packages()`, etc.
87
88
## Quick Start
89
0 commit comments