Skip to content

Commit d27091b

Browse files
authored
Update Intune table to list (#31763)
* Update Intune table to list Converting table of variables to a list * Update enterprise_configuration.md use semi-colon instead
1 parent 7dff21c commit d27091b

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

content/en/mobile/enterprise_configuration.md

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,25 @@ The Datadog Mobile App is fully compatible with [AppConfig][1] and the Mobile De
1919

2020
The mobile app supports all default MDM capabilities for [iOS][2] and [Android][3], as well as the following dedicated features:
2121

22-
| Key | Description |Type|Default Value|
23-
|---------|---------|-----|-----|
24-
|`datadogDefaultLoginOrganizationUUID`|Define the organization UUID `dd_oid` passed as a parameter during login.|String|null|
25-
|`datadogDefaultLoginOrganizationPublicID`|Define the organization `public_id` (available through the [API endpoint for listing your managed organizations][4]) passed as a parameter during login. If `datadogDefaultLoginOrganizationUUID` has been set, it takes precedence over the `public_id`.|String|null|
26-
|`disableSharing`|Disable content sharing from the app.|Boolean|false|
27-
|`disableHomeScreenWidgets`|Disable access to homescreen widgets (and instead display "disabled by your organization").|Boolean|false|
22+
`datadogDefaultLoginOrganizationUUID`<br>
23+
: **Type**: String <br>
24+
**Default Value**: Null <br>
25+
**Description**: Define the organization UUID `dd_oid` passed as a parameter during login.
26+
27+
`datadogDefaultLoginOrganizationPublicID`<br>
28+
: **Type**: String <br>
29+
**Default Value**: Null <br>
30+
**Description**: Define the organization `public_id` (available through the [API endpoint for listing your managed organizations][4]) passed as a parameter during login. If `datadogDefaultLoginOrganizationUUID` has been set, it takes precedence over the `public_id`.
31+
32+
`disableSharing`<br>
33+
: **Type**: Boolean <br>
34+
**Default Value**: False <br>
35+
**Description**: Disable content sharing from the app.
36+
37+
`disableHomeScreenWidgets`<br>
38+
: **Type**: Boolean <br>
39+
**Default Value**: False <br>
40+
**Description**: Disable access to homescreen widgets (and instead display "disabled by your organization").
2841

2942
To learn more about default capabilities, see your Mobile Device Management provider's documentation.
3043

0 commit comments

Comments
 (0)