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: docs/models/DesktopConfigurationProfile.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@
8
8
"name": "North America Desktop Profile",
9
9
"workspace_id": 1,
10
10
"use_for_all_users": true,
11
+
"disable_drive_mounting": true,
11
12
"mount_mappings": {
12
13
"key": "example value"
13
14
}
@@ -18,6 +19,7 @@
18
19
*`name` (string): Profile name
19
20
*`workspace_id` (int64): Workspace ID
20
21
*`use_for_all_users` (boolean): Whether this profile applies to all users in the Workspace by default
22
+
*`disable_drive_mounting` (boolean): Whether the desktop app should hide drive mounting, prevent new drive mounts, and unmount active drive mounts for users with this profile
21
23
*`mount_mappings` (object): Mount point mappings for the desktop app. Keys must be a single uppercase Windows drive letter other than A, B, or C, and values are Files.com paths to mount there.
*`mount_mappings` (object): Required - Mount point mappings for the desktop app. Keys must be a single uppercase Windows drive letter other than A, B, or C, and values are Files.com paths to mount there.
70
73
*`workspace_id` (int64): Workspace ID
71
74
*`use_for_all_users` (boolean): Whether this profile applies to all users in the Workspace by default
75
+
*`disable_drive_mounting` (boolean): Whether the desktop app should hide drive mounting, prevent new drive mounts, and unmount active drive mounts for users with this profile
*`mount_mappings` (object): Mount point mappings for the desktop app. Keys must be a single uppercase Windows drive letter other than A, B, or C, and values are Files.com paths to mount there.
94
99
*`use_for_all_users` (boolean): Whether this profile applies to all users in the Workspace by default
100
+
*`disable_drive_mounting` (boolean): Whether the desktop app should hide drive mounting, prevent new drive mounts, and unmount active drive mounts for users with this profile
// object # Mount point mappings for the desktop app. Keys must be a single uppercase Windows drive letter other than A, B, or C, and values are Files.com paths to mount there.
@@ -72,6 +79,7 @@ var DesktopConfigurationProfile = /*#__PURE__*/(0, _createClass2.default)(functi
72
79
// workspace_id - int64 - Workspace ID
73
80
// mount_mappings - object - Mount point mappings for the desktop app. Keys must be a single uppercase Windows drive letter other than A, B, or C, and values are Files.com paths to mount there.
74
81
// use_for_all_users - boolean - Whether this profile applies to all users in the Workspace by default
82
+
// disable_drive_mounting - boolean - Whether the desktop app should hide drive mounting, prevent new drive mounts, and unmount active drive mounts for users with this profile
// mount_mappings (required) - object - Mount point mappings for the desktop app. Keys must be a single uppercase Windows drive letter other than A, B, or C, and values are Files.com paths to mount there.
334
342
// workspace_id - int64 - Workspace ID
335
343
// use_for_all_users - boolean - Whether this profile applies to all users in the Workspace by default
344
+
// disable_drive_mounting - boolean - Whether the desktop app should hide drive mounting, prevent new drive mounts, and unmount active drive mounts for users with this profile
// object # Mount point mappings for the desktop app. Keys must be a single uppercase Windows drive letter other than A, B, or C, and values are Files.com paths to mount there.
@@ -68,6 +75,7 @@ class DesktopConfigurationProfile {
68
75
// workspace_id - int64 - Workspace ID
69
76
// mount_mappings - object - Mount point mappings for the desktop app. Keys must be a single uppercase Windows drive letter other than A, B, or C, and values are Files.com paths to mount there.
70
77
// use_for_all_users - boolean - Whether this profile applies to all users in the Workspace by default
78
+
// disable_drive_mounting - boolean - Whether the desktop app should hide drive mounting, prevent new drive mounts, and unmount active drive mounts for users with this profile
71
79
update=async(params={})=>{
72
80
if(!this.attributes.id){
73
81
thrownewerrors.EmptyPropertyError('Current object has no id')
@@ -195,6 +203,7 @@ class DesktopConfigurationProfile {
195
203
// mount_mappings (required) - object - Mount point mappings for the desktop app. Keys must be a single uppercase Windows drive letter other than A, B, or C, and values are Files.com paths to mount there.
196
204
// workspace_id - int64 - Workspace ID
197
205
// use_for_all_users - boolean - Whether this profile applies to all users in the Workspace by default
206
+
// disable_drive_mounting - boolean - Whether the desktop app should hide drive mounting, prevent new drive mounts, and unmount active drive mounts for users with this profile
0 commit comments