Skip to content

Commit 80b81e1

Browse files
github-actions[bot]MScottBlake
authored andcommitted
[auto] Updated Kandji SDK
1 parent b84002d commit 80b81e1

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

docs/AuditLogApi.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,19 @@ List audit events
1515
<p>List Audit log events from the Kandji Activity module.</p>
1616
<p>Returns events related to</p>
1717
<ul>
18-
<li><p>Blueprint CUD, Library Item CUD</p>
18+
<li><p>Blueprint and Library Item creation, updates, and deletions (CUD)</p>
1919
</li>
20-
<li><p>When some sensitive data is viewed (e.g., FileVault keys, recovery keys)</p>
20+
<li><p>Access to sensitive data (such as FileVault keys and recovery keys)</p>
2121
</li>
22-
<li><p>Device deleted, enrolled, mdm removed, changed blueprint</p>
22+
<li><p>Device lifecycle events (enrollment, deletion, MDM removal, blueprint changes)</p>
2323
</li>
24-
<li><p>User directory events (e.g., directory user deletions)</p>
24+
<li><p>User directory events (including directory user deletions)</p>
2525
</li>
26-
<li><p>API actions, Kandji tenant owner updates, API token CUD, Kandji admin user management CUD</p>
26+
<li><p>Administrative actions (tenant owner updates, API token management (CUD))</p>
2727
</li>
28-
<li><p>Vulnerability management customers can see events detections and remediations.</p>
28+
<li><p>Admin user management activities</p>
29+
</li>
30+
<li><p>Vulnerability management detections and remediations (for customers with this feature)</p>
2931
</li>
3032
</ul>
3133

kandji

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1694,17 +1694,19 @@ print_listAuditEvents_help() {
16941694
echo -e "<p>List Audit log events from the Kandji Activity module.</p>
16951695
<p>Returns events related to</p>
16961696
<ul>
1697-
<li><p>Blueprint CUD, Library Item CUD</p>
1697+
<li><p>Blueprint and Library Item creation, updates, and deletions (CUD)</p>
16981698
</li>
1699-
<li><p>When some sensitive data is viewed (e.g., FileVault keys, recovery keys)</p>
1699+
<li><p>Access to sensitive data (such as FileVault keys and recovery keys)</p>
17001700
</li>
1701-
<li><p>Device deleted, enrolled, mdm removed, changed blueprint</p>
1701+
<li><p>Device lifecycle events (enrollment, deletion, MDM removal, blueprint changes)</p>
17021702
</li>
1703-
<li><p>User directory events (e.g., directory user deletions)</p>
1703+
<li><p>User directory events (including directory user deletions)</p>
17041704
</li>
1705-
<li><p>API actions, Kandji tenant owner updates, API token CUD, Kandji admin user management CUD</p>
1705+
<li><p>Administrative actions (tenant owner updates, API token management (CUD))</p>
17061706
</li>
1707-
<li><p>Vulnerability management customers can see events detections and remediations.</p>
1707+
<li><p>Admin user management activities</p>
1708+
</li>
1709+
<li><p>Vulnerability management detections and remediations (for customers with this feature)</p>
17081710
</li>
17091711
</ul>" | paste -sd' ' | fold -sw 80
17101712
echo -e ""

0 commit comments

Comments
 (0)