Desktop Configuration Profiles
A Desktop Configuration Profile centrally defines desktop mount point mappings for users in a Site or Workspace.
Resource Schema
Required
| Property | Description |
|---|---|
| name String | Profile name |
| mount_mappings Dynamic | 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. |
Optional
| Property | Description |
|---|---|
| workspace_id Int64 | Workspace ID |
| use_for_all_users Bool | Whether this profile applies to all users in the Workspace by default |
| disable_drive_mounting Bool | Whether the desktop app should hide drive mounting, prevent new drive mounts, and unmount active drive mounts for users with this profile |
Read Only
| Property | Description |
|---|---|
| id Int64 | Desktop Configuration Profile ID |
Resource Import
This Resource supports importing using the following syntax:
Data Source Schema
Required
| Property | Description |
|---|---|
| id Int64 | Desktop Configuration Profile ID |
Read Only
| Property | Description |
|---|---|
| name String | Profile name |
| workspace_id Int64 | Workspace ID |
| use_for_all_users Bool | Whether this profile applies to all users in the Workspace by default |
| disable_drive_mounting Bool | Whether the desktop app should hide drive mounting, prevent new drive mounts, and unmount active drive mounts for users with this profile |
| mount_mappings Dynamic | 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. |