Skip to content

Commit c59861e

Browse files
committed
update JSON
1 parent 471cb36 commit c59861e

File tree

1 file changed

+17
-2
lines changed
  • src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/partners

1 file changed

+17
-2
lines changed

src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/partners/intune.mdx

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,21 +70,36 @@ Intune allows you to insert [predefined variables](https://learn.microsoft.com/e
7070
"key": "organization",
7171
"valueString": "your-team-name"
7272
},
73+
{
74+
"key": "display_name",
75+
"valueString": "Production environment"
76+
},
7377
{
7478
"key": "service_mode",
7579
"valueString": "warp"
7680
},
7781
{
7882
"key": "onboarding",
79-
8083
"valueBool": false
8184
},
8285
{
8386
"key": "support_url",
8487
"valueString": "https://support.example.com/"
8588
}
8689
]
87-
}
90+
},
91+
{
92+
"managedProperty": [
93+
{
94+
"key": "organization",
95+
"valueString": "test-org"
96+
},
97+
{
98+
"key": "display_name",
99+
"valueString": "Test environment"
100+
}
101+
]
102+
}
88103
]
89104
}
90105
]

0 commit comments

Comments
 (0)