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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
*`name` (string): Profile name
19
19
*`workspace_id` (int64): Workspace ID
20
20
*`use_for_all_users` (boolean): Whether this profile applies to all users in the Workspace by default
21
-
*`mount_mappings` (object): Mount point mappings for the desktop app. Keys are mount points (e.g. drive letters) and values are paths in Files.com that the mount points map to.
21
+
*`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 are mount points (e.g. drive letters) and values are paths in Files.com that the mount points map to.
69
+
*`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
70
*`workspace_id` (int64): Workspace ID
71
71
*`use_for_all_users` (boolean): Whether this profile applies to all users in the Workspace by default
*`mount_mappings` (object): Mount point mappings for the desktop app. Keys are mount points (e.g. drive letters) and values are paths in Files.com that the mount points map to.
93
+
*`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
94
*`use_for_all_users` (boolean): Whether this profile applies to all users in the Workspace by default
// object # Mount point mappings for the desktop app. Keys are mount points (e.g. drive letters) and values are paths in Files.com that the mount points map to.
63
+
// 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,7 +70,7 @@ var DesktopConfigurationProfile = /*#__PURE__*/(0, _createClass2.default)(functi
70
70
// Parameters:
71
71
// name - string - Profile name
72
72
// workspace_id - int64 - Workspace ID
73
-
// mount_mappings - object - Mount point mappings for the desktop app. Keys are mount points (e.g. drive letters) and values are paths in Files.com that the mount points map to.
73
+
// 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
74
// use_for_all_users - boolean - Whether this profile applies to all users in the Workspace by default
// mount_mappings (required) - object - Mount point mappings for the desktop app. Keys are mount points (e.g. drive letters) and values are paths in Files.com that the mount points map to.
333
+
// 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
334
// workspace_id - int64 - Workspace ID
335
335
// use_for_all_users - boolean - Whether this profile applies to all users in the Workspace by default
Copy file name to clipboardExpand all lines: src/models/DesktopConfigurationProfile.js
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ class DesktopConfigurationProfile {
56
56
this.attributes.use_for_all_users=value
57
57
}
58
58
59
-
// object # Mount point mappings for the desktop app. Keys are mount points (e.g. drive letters) and values are paths in Files.com that the mount points map to.
59
+
// 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.
@@ -66,7 +66,7 @@ class DesktopConfigurationProfile {
66
66
// Parameters:
67
67
// name - string - Profile name
68
68
// workspace_id - int64 - Workspace ID
69
-
// mount_mappings - object - Mount point mappings for the desktop app. Keys are mount points (e.g. drive letters) and values are paths in Files.com that the mount points map to.
69
+
// 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
70
// use_for_all_users - boolean - Whether this profile applies to all users in the Workspace by default
71
71
update=async(params={})=>{
72
72
if(!this.attributes.id){
@@ -192,7 +192,7 @@ class DesktopConfigurationProfile {
192
192
193
193
// Parameters:
194
194
// name (required) - string - Profile name
195
-
// mount_mappings (required) - object - Mount point mappings for the desktop app. Keys are mount points (e.g. drive letters) and values are paths in Files.com that the mount points map to.
195
+
// 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
196
// workspace_id - int64 - Workspace ID
197
197
// use_for_all_users - boolean - Whether this profile applies to all users in the Workspace by default
0 commit comments