Skip to content

Commit 82ec929

Browse files
authored
🤖 Update activity docs to reflect changes in #43437, for #34288 (#43475)
Zed + Sonnet 4.6; prompt: Update audit-logs.md to reflect the new fields introduced in `d3666ab`
1 parent f403efa commit 82ec929

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

‎docs/Contributing/reference/audit-logs.md‎

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1037,6 +1037,7 @@ This activity contains the following fields:
10371037
- "async": Whether the script was executed asynchronously.
10381038
- "policy_id": ID of the policy whose failure triggered the script run. Null if no associated policy.
10391039
- "policy_name": Name of the policy whose failure triggered the script run. Null if no associated policy.
1040+
- "from_setup_experience": Whether the script was run as part of the setup experience.
10401041

10411042
#### Example
10421043

@@ -1049,7 +1050,8 @@ This activity contains the following fields:
10491050
"batch_execution_id": "3274d95a-c140-4b17-b185-fb33c93b84e3",
10501051
"async": false,
10511052
"policy_id": 123,
1052-
"policy_name": "Ensure photon torpedoes are primed"
1053+
"policy_name": "Ensure photon torpedoes are primed",
1054+
"from_setup_experience": false
10531055
}
10541056
```
10551057

@@ -1420,6 +1422,7 @@ This activity contains the following fields:
14201422
- "policy_id": ID of the policy whose failure triggered the installation. Null if no associated policy.
14211423
- "policy_name": Name of the policy whose failure triggered installation. Null if no associated policy.
14221424
- "command_uuid": ID of the in-house app installation.
1425+
- "from_setup_experience": Whether the installation was triggered as part of the setup experience.
14231426

14241427

14251428
#### Example
@@ -1435,7 +1438,8 @@ This activity contains the following fields:
14351438
"status": "pending",
14361439
"source": "pkg_packages",
14371440
"policy_id": 1337,
1438-
"policy_name": "Ensure 1Password is installed and up to date"
1441+
"policy_name": "Ensure 1Password is installed and up to date",
1442+
"from_setup_experience": false
14391443
}
14401444
```
14411445

@@ -1698,6 +1702,7 @@ This activity contains the following fields:
16981702
- "command_uuid": UUID of the MDM command used to install the app.
16991703
- "policy_id": ID of the policy whose failure triggered the install. Null if no associated policy.
17001704
- "policy_name": Name of the policy whose failure triggered the install. Null if no associated policy.
1705+
- "from_setup_experience": Whether the app was installed as part of the setup experience.
17011706

17021707
#### Example
17031708

@@ -1710,7 +1715,8 @@ This activity contains the following fields:
17101715
"app_store_id": "1234567",
17111716
"command_uuid": "98765432-1234-1234-1234-1234567890ab",
17121717
"policy_id": 123,
1713-
"policy_name": "[Install Software] Logic Pro"
1718+
"policy_name": "[Install Software] Logic Pro",
1719+
"from_setup_experience": false
17141720
}
17151721
```
17161722

0 commit comments

Comments
 (0)