managed_policies table docs (#28650)

- domain is equivalent to PayloadType
This commit is contained in:
Noah Talerman
2025-04-30 17:44:14 -04:00
committed by GitHub
parent 671ef75476
commit 6ef76be4be
2 changed files with 5 additions and 3 deletions
+2 -2
View File
@@ -15531,7 +15531,7 @@
"columns": [
{
"name": "domain",
"description": "System or manager-chosen domain key",
"description": "System or manager-chosen domain key. Equivalent to a configuration profile's `PayloadType`",
"type": "text",
"notes": "",
"hidden": false,
@@ -15567,7 +15567,7 @@
},
{
"name": "username",
"description": "policy only applies to the listed user. Blank if global.",
"description": "Policy only applies to the listed user. Blank if global.",
"type": "text",
"notes": "",
"hidden": false,
+3 -1
View File
@@ -1,7 +1,9 @@
name: managed_policies
columns:
- name: username
description: policy only applies to the listed user. Blank if global.
description: Policy only applies to the listed user. Blank if global.
- name: domain
description: "System or manager-chosen domain key. Equivalent to a configuration profile's `PayloadType`"
examples: |-
Check if critical software update installation is enabled via a profile (1 =
enabled)