Viewing docs for Files.com v0.1.1
published on Thursday, Aug 20, 2026 by jschady
published on Thursday, Aug 20, 2026 by jschady
Viewing docs for Files.com v0.1.1
published on Thursday, Aug 20, 2026 by jschady
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 dictionarydata "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:
- Disable
Drive boolMounting - 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 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
- Use
For boolAll Users - Whether this profile applies to all users in the Workspace by default
- Workspace
Id int - Workspace ID
- Disable
Drive boolMounting - 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 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
- Use
For boolAll Users - Whether this profile applies to all users in the Workspace by default
- Workspace
Id int - Workspace ID
- disable_
drive_ boolmounting - 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_ boolall_ users - Whether this profile applies to all users in the Workspace by default
- workspace_
id number - Workspace ID
- disable
Drive BooleanMounting - 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
- 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.
- name String
- Profile name
- use
For BooleanAll Users - Whether this profile applies to all users in the Workspace by default
- workspace
Id Integer - Workspace ID
- disable
Drive booleanMounting - 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 booleanAll Users - Whether this profile applies to all users in the Workspace by default
- workspace
Id number - Workspace ID
- disable_
drive_ boolmounting - 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_ boolall_ users - Whether this profile applies to all users in the Workspace by default
- workspace_
id int - Workspace ID
- disable
Drive BooleanMounting - 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 BooleanAll Users - Whether this profile applies to all users in the Workspace by default
- workspace
Id Number - Workspace ID
Package Details
- Repository
- filescom jschady/pulumi-filescom
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
filescomTerraform Provider.
Viewing docs for Files.com v0.1.1
published on Thursday, Aug 20, 2026 by jschady
published on Thursday, Aug 20, 2026 by jschady