Skip to content

Commit 913a216

Browse files
github-actions[bot]MScottBlake
authored andcommitted
[auto] Updated Kandji SDK
1 parent 11df436 commit 913a216

File tree

5 files changed

+14
-10
lines changed

5 files changed

+14
-10
lines changed

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.13.0
1+
7.14.0

_kandji

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# !
1111
# ! Based on: https://github.com/Valodim/zsh-curl-completion/blob/master/_curl
1212
# !
13-
# ! Generator version: 7.13.0
13+
# ! Generator version: 7.14.0
1414
# !
1515
# !
1616
# ! Installation:

docs/AuditLogApi.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,21 @@ 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 and Library Item creation, updates, and deletions (CUD)</p>
18+
<li><p>Blueprint and Library Item creation, updates, and deletions (Create, Update, Delete)</p>
1919
</li>
2020
<li><p>Access to sensitive data (such as FileVault keys and recovery keys)</p>
2121
</li>
2222
<li><p>Device lifecycle events (enrollment, deletion, MDM removal, blueprint changes)</p>
2323
</li>
2424
<li><p>User directory events (including directory user deletions)</p>
2525
</li>
26-
<li><p>Administrative actions (tenant owner updates, API token management (CUD))</p>
26+
<li><p>Administrative actions (tenant owner updates, API token management (Create, Update, Delete))</p>
2727
</li>
2828
<li><p>Admin user management activities</p>
2929
</li>
30-
<li><p>Vulnerability management detections and remediations (for customers with this feature)</p>
30+
<li><p>Vulnerability management events for detections and remediations (for customers with this feature)</p>
31+
</li>
32+
<li><p>Endpoint Detection and Response events for detections, remediations, and admin actions (for customers with this feature)</p>
3133
</li>
3234
</ul>
3335

kandji

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# ! openapi-generator (https://openapi-generator.tech)
99
# ! FROM OPENAPI SPECIFICATION IN JSON.
1010
# !
11-
# ! Generator version: 7.13.0
11+
# ! Generator version: 7.14.0
1212
# !
1313
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1414

@@ -1690,19 +1690,21 @@ print_listAuditEvents_help() {
16901690
echo -e "<p>List audit log events from the Kandji Activity module.</p>
16911691
<p>Returns events related to</p>
16921692
<ul>
1693-
<li><p>Blueprint and Library Item creation, updates, and deletions (CUD)</p>
1693+
<li><p>Blueprint and Library Item creation, updates, and deletions (Create, Update, Delete)</p>
16941694
</li>
16951695
<li><p>Access to sensitive data (such as FileVault keys and recovery keys)</p>
16961696
</li>
16971697
<li><p>Device lifecycle events (enrollment, deletion, MDM removal, blueprint changes)</p>
16981698
</li>
16991699
<li><p>User directory events (including directory user deletions)</p>
17001700
</li>
1701-
<li><p>Administrative actions (tenant owner updates, API token management (CUD))</p>
1701+
<li><p>Administrative actions (tenant owner updates, API token management (Create, Update, Delete))</p>
17021702
</li>
17031703
<li><p>Admin user management activities</p>
17041704
</li>
1705-
<li><p>Vulnerability management detections and remediations (for customers with this feature)</p>
1705+
<li><p>Vulnerability management events for detections and remediations (for customers with this feature)</p>
1706+
</li>
1707+
<li><p>Endpoint Detection and Response events for detections, remediations, and admin actions (for customers with this feature)</p>
17061708
</li>
17071709
</ul>" | paste -sd' ' | fold -sw 80
17081710
echo -e ""

kandji.bash-completion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# ! openapi-generator (https://openapi-generator.tech)
99
# ! FROM OPENAPI SPECIFICATION IN JSON.
1010
# !
11-
# ! Generator version: 7.13.0
11+
# ! Generator version: 7.14.0
1212
# !
1313
# !
1414
# ! System wide installation:

0 commit comments

Comments
 (0)