Skip to content

Commit eb141ee

Browse files
committed
break out top-level parameters
1 parent 3c817f4 commit eb141ee

File tree

1 file changed

+28
-23
lines changed
  • src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment

1 file changed

+28
-23
lines changed

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

Lines changed: 28 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ Instructs the client to direct all DNS queries to a specific [Gateway DNS locati
4242

4343
**Value:** Your <GlossaryTooltip term="DoH subdomain">DoH subdomain</GlossaryTooltip>.
4444

45-
## Optional fields
45+
## Organization parameters
46+
47+
You can use the following parameters to configure a specific Zero Trust organization.
4648

4749
### `auth_client_id`
4850

@@ -87,13 +89,6 @@ If switch has been turned off by user, the client will automatically turn itself
8789
This parameter replaces the old `enabled` property, which can no longer be used in conjunction with the new `switch_locked` and `auto_connect`. If you want to use these parameters, you must remove `enabled`.
8890
:::
8991

90-
### `configs`
91-
92-
Allows a user to [switch between Zero Trust organizations](/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/switch-organizations/) in the WARP client GUI. The `configs` array is also required when using a top-level parameter such as [`pre-login`](#pre_login) or [`multi-user`](#multi_user), even if only one organization is specified.
93-
94-
**Value Type:** `array`
95-
96-
**Value:** An array containing one or more Zero Trust organizations.
9792

9893
### `display_name`
9994

@@ -103,17 +98,6 @@ Identifies a Zero Trust organization in the WARP GUI when WARP is deployed with
10398

10499
**Value:** Organization nickname shown to users in the WARP GUI (for example, `Test environment`).
105100

106-
### `multi_user`
107-
108-
Enables multiple user registrations on a Windows device.
109-
110-
**Value Type:** `boolean`
111-
112-
**Value:**
113-
114-
* `false` — (default) Only one WARP registration is stored per device. After a user logs in to WARP, their settings and identity will apply to all traffic from the device.
115-
* `true` — Each Windows user has their own WARP registration. For more information, refer to [Multiple users on a Windows device](/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/windows-multiuser/).
116-
117101
### `onboarding`
118102

119103
Controls the visibility of the onboarding screens that ask the user to review the privacy policy during an application's first launch.
@@ -161,10 +145,6 @@ This functionality is intended for use with a Cloudflare China local network par
161145

162146
The string must be a valid IPv4 or IPv6 socket address (containing the IP address and port number), otherwise the WARP client will fail to parse the entire MDM file.
163147

164-
### `pre_login`
165-
166-
Allows WARP to connect with a service token before a user completes the initial Windows login. For more information, refer to [Connect WARP before Windows login](/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/windows-prelogin/).
167-
168148
### `service_mode`
169149

170150
Allows you to choose the operational mode of the client.
@@ -224,4 +204,29 @@ Assigns a unique identifier to the device for the [device UUID posture check](/c
224204

225205
**Value:** UUID for the device (for example, `496c6124-db89-4735-bc4e-7f759109a6f1`).
226206

207+
## Top-level parameters
208+
209+
Top-level parameters determine how WARP manages device registrations.
210+
211+
### `configs`
212+
213+
Allows a user to [switch between Zero Trust organizations](/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/switch-organizations/) in the WARP client GUI. The `configs` array is also required when using another [top-level parameter](#top-level-parameters) such as `multi_user` or `pre_login`, even if only one organization is specified.
214+
215+
**Value Type:** `array`
216+
217+
**Value:** An array containing one or more Zero Trust organizations.
218+
219+
### `multi_user`
220+
221+
Enables multiple user registrations on a Windows device.
222+
223+
**Value Type:** `boolean`
224+
225+
**Value:**
226+
227+
* `false` — (default) Only one WARP registration is stored per device. After a user logs in to WARP, their settings and identity will apply to all traffic from the device.
228+
* `true` — Each Windows user has their own WARP registration. For more information, refer to [Multiple users on a Windows device](/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/windows-multiuser/).
229+
230+
### `pre_login`
227231

232+
Allows WARP to connect with a service token before a user completes the initial Windows login. For more information, refer to [Connect WARP before Windows login](/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/windows-prelogin/).

0 commit comments

Comments
 (0)