You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/mobile/enterprise_configuration.md
+19-6Lines changed: 19 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,12 +19,25 @@ The Datadog Mobile App is fully compatible with [AppConfig][1] and the Mobile De
19
19
20
20
The mobile app supports all default MDM capabilities for [iOS][2] and [Android][3], as well as the following dedicated features:
21
21
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").
28
41
29
42
To learn more about default capabilities, see your Mobile Device Management provider's documentation.
0 commit comments