1. Registry
  2. Packages
  3. Files.com
  4. API Docs
  5. getDesktopConfigurationProfile
Viewing docs for Files.com v0.1.1
published on Thursday, Aug 20, 2026 by jschady
filescom logo
Viewing docs for Files.com v0.1.1
published on Thursday, Aug 20, 2026 by jschady

    A Desktop Configuration Profile centrally defines desktop mount point mappings for users in a Site or Workspace.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as filescom from "pulumi-filescom";
    
    const exampleDesktopConfigurationProfile = filescom.getDesktopConfigurationProfile({
        id: 1,
    });
    
    import pulumi
    import pulumi_filescom as filescom
    
    example_desktop_configuration_profile = filescom.get_desktop_configuration_profile(id=1)
    
    package main
    
    import (
    	"github.com/jschady/pulumi-filescom/sdk/go/filescom"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := filescom.GetDesktopConfigurationProfile(ctx, &filescom.LookupDesktopConfigurationProfileArgs{
    			Id: 1,
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Filescom = Jschady.Filescom;
    
    return await Deployment.RunAsync(() => 
    {
        var exampleDesktopConfigurationProfile = Filescom.GetDesktopConfigurationProfile.Invoke(new()
        {
            Id = 1,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.filescom.FilescomFunctions;
    import com.pulumi.filescom.inputs.GetDesktopConfigurationProfileArgs;
    import java.util.ArrayList;
    import java.util.Arrays;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var exampleDesktopConfigurationProfile = FilescomFunctions.getDesktopConfigurationProfile(GetDesktopConfigurationProfileArgs.builder()
                .id(1)
                .build());
    
        }
    }
    
    variables:
      exampleDesktopConfigurationProfile:
        fn::invoke:
          function: filescom:getDesktopConfigurationProfile
          arguments:
            id: 1
    
    pulumi {
      required_providers {
        filescom = {
          source = "pulumi/filescom"
        }
      }
    }
    
    data "filescom_getdesktopconfigurationprofile" "exampleDesktopConfigurationProfile" {
      id = 1
    }
    

    Using getDesktopConfigurationProfile

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getDesktopConfigurationProfile(args: GetDesktopConfigurationProfileArgs, opts?: InvokeOptions): Promise<GetDesktopConfigurationProfileResult>
    function getDesktopConfigurationProfileOutput(args: GetDesktopConfigurationProfileOutputArgs, opts?: InvokeOutputOptions): Output<GetDesktopConfigurationProfileResult>
    def get_desktop_configuration_profile(id: Optional[int] = None,
                                          opts: Optional[InvokeOptions] = None) -> GetDesktopConfigurationProfileResult
    def get_desktop_configuration_profile_output(id: pulumi.Input[Optional[int]] = None,
                                          opts: Optional[InvokeOutputOptions] = None) -> Output[GetDesktopConfigurationProfileResult]
    func LookupDesktopConfigurationProfile(ctx *Context, args *LookupDesktopConfigurationProfileArgs, opts ...InvokeOption) (*LookupDesktopConfigurationProfileResult, error)
    func LookupDesktopConfigurationProfileOutput(ctx *Context, args *LookupDesktopConfigurationProfileOutputArgs, opts ...InvokeOption) LookupDesktopConfigurationProfileResultOutput

    > Note: This function is named LookupDesktopConfigurationProfile in the Go SDK.

    public static class GetDesktopConfigurationProfile 
    {
        public static Task<GetDesktopConfigurationProfileResult> InvokeAsync(GetDesktopConfigurationProfileArgs args, InvokeOptions? opts = null)
        public static Output<GetDesktopConfigurationProfileResult> Invoke(GetDesktopConfigurationProfileInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetDesktopConfigurationProfileResult> Invoke(GetDesktopConfigurationProfileInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetDesktopConfigurationProfileResult> getDesktopConfigurationProfile(GetDesktopConfigurationProfileArgs args, InvokeOptions options)
    public static Output<GetDesktopConfigurationProfileResult> getDesktopConfigurationProfile(GetDesktopConfigurationProfileArgs args, InvokeOptions options)
    public static Output<GetDesktopConfigurationProfileResult> getDesktopConfigurationProfile(GetDesktopConfigurationProfileArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: filescom:index/getDesktopConfigurationProfile:getDesktopConfigurationProfile
      arguments:
        # arguments dictionary
    data "filescom_get_desktop_configuration_profile" "name" {
        # arguments
    }

    The following arguments are supported:

    Id int
    Desktop Configuration Profile ID
    Id int
    Desktop Configuration Profile ID
    id number
    Desktop Configuration Profile ID
    id Integer
    Desktop Configuration Profile ID
    id number
    Desktop Configuration Profile ID
    id int
    Desktop Configuration Profile ID
    id Number
    Desktop Configuration Profile ID

    getDesktopConfigurationProfile Result

    The following output properties are available:

    DisableDriveMounting bool
    Whether the desktop app should hide drive mounting, prevent new drive mounts, and unmount active drive mounts for users with this profile
    Id int
    Desktop Configuration Profile ID
    MountMappings 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.
    Name string
    Profile name
    UseForAllUsers bool
    Whether this profile applies to all users in the Workspace by default
    WorkspaceId int
    Workspace ID
    DisableDriveMounting bool
    Whether the desktop app should hide drive mounting, prevent new drive mounts, and unmount active drive mounts for users with this profile
    Id int
    Desktop Configuration Profile ID
    MountMappings interface{}
    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.
    Name string
    Profile name
    UseForAllUsers bool
    Whether this profile applies to all users in the Workspace by default
    WorkspaceId int
    Workspace ID
    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
    id number
    Desktop Configuration Profile ID
    mount_mappings any
    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.
    name string
    Profile name
    use_for_all_users bool
    Whether this profile applies to all users in the Workspace by default
    workspace_id number
    Workspace ID
    disableDriveMounting Boolean
    Whether the desktop app should hide drive mounting, prevent new drive mounts, and unmount active drive mounts for users with this profile
    id Integer
    Desktop Configuration Profile ID
    mountMappings 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.
    name String
    Profile name
    useForAllUsers Boolean
    Whether this profile applies to all users in the Workspace by default
    workspaceId Integer
    Workspace ID
    disableDriveMounting boolean
    Whether the desktop app should hide drive mounting, prevent new drive mounts, and unmount active drive mounts for users with this profile
    id number
    Desktop Configuration Profile ID
    mountMappings any
    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.
    name string
    Profile name
    useForAllUsers boolean
    Whether this profile applies to all users in the Workspace by default
    workspaceId number
    Workspace ID
    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
    id int
    Desktop Configuration Profile ID
    mount_mappings Any
    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.
    name str
    Profile name
    use_for_all_users bool
    Whether this profile applies to all users in the Workspace by default
    workspace_id int
    Workspace ID
    disableDriveMounting Boolean
    Whether the desktop app should hide drive mounting, prevent new drive mounts, and unmount active drive mounts for users with this profile
    id Number
    Desktop Configuration Profile ID
    mountMappings Any
    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.
    name String
    Profile name
    useForAllUsers Boolean
    Whether this profile applies to all users in the Workspace by default
    workspaceId Number
    Workspace ID

    Package Details

    Repository
    filescom jschady/pulumi-filescom
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the filescom Terraform Provider.
    filescom logo
    Viewing docs for Files.com v0.1.1
    published on Thursday, Aug 20, 2026 by jschady

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial