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 PartnerChannel defines a structured communication path within a Partner root folder, including directional folder names and partner-scoped routing configuration.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as filescom from "pulumi-filescom";
const examplePartnerChannel = filescom.getPartnerChannel({
id: 1,
});
import pulumi
import pulumi_filescom as filescom
example_partner_channel = filescom.get_partner_channel(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.GetPartnerChannel(ctx, &filescom.LookupPartnerChannelArgs{
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 examplePartnerChannel = Filescom.GetPartnerChannel.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.GetPartnerChannelArgs;
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 examplePartnerChannel = FilescomFunctions.getPartnerChannel(GetPartnerChannelArgs.builder()
.id(1)
.build());
}
}
variables:
examplePartnerChannel:
fn::invoke:
function: filescom:getPartnerChannel
arguments:
id: 1
pulumi {
required_providers {
filescom = {
source = "pulumi/filescom"
}
}
}
data "filescom_getpartnerchannel" "examplePartnerChannel" {
id = 1
}
Using getPartnerChannel
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 getPartnerChannel(args: GetPartnerChannelArgs, opts?: InvokeOptions): Promise<GetPartnerChannelResult>
function getPartnerChannelOutput(args: GetPartnerChannelOutputArgs, opts?: InvokeOutputOptions): Output<GetPartnerChannelResult>def get_partner_channel(id: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetPartnerChannelResult
def get_partner_channel_output(id: pulumi.Input[Optional[int]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetPartnerChannelResult]func LookupPartnerChannel(ctx *Context, args *LookupPartnerChannelArgs, opts ...InvokeOption) (*LookupPartnerChannelResult, error)
func LookupPartnerChannelOutput(ctx *Context, args *LookupPartnerChannelOutputArgs, opts ...InvokeOption) LookupPartnerChannelResultOutput> Note: This function is named LookupPartnerChannel in the Go SDK.
public static class GetPartnerChannel
{
public static Task<GetPartnerChannelResult> InvokeAsync(GetPartnerChannelArgs args, InvokeOptions? opts = null)
public static Output<GetPartnerChannelResult> Invoke(GetPartnerChannelInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetPartnerChannelResult> Invoke(GetPartnerChannelInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetPartnerChannelResult> getPartnerChannel(GetPartnerChannelArgs args, InvokeOptions options)
public static Output<GetPartnerChannelResult> getPartnerChannel(GetPartnerChannelArgs args, InvokeOptions options)
public static Output<GetPartnerChannelResult> getPartnerChannel(GetPartnerChannelArgs args, InvokeOutputOptions options)
fn::invoke:
function: filescom:index/getPartnerChannel:getPartnerChannel
arguments:
# arguments dictionarydata "filescom_get_partner_channel" "name" {
# arguments
}The following arguments are supported:
- Id int
- The unique ID of the Partner Channel.
- Id int
- The unique ID of the Partner Channel.
- id number
- The unique ID of the Partner Channel.
- id Integer
- The unique ID of the Partner Channel.
- id number
- The unique ID of the Partner Channel.
- id int
- The unique ID of the Partner Channel.
- id Number
- The unique ID of the Partner Channel.
getPartnerChannel Result
The following output properties are available:
- Channel
Path string - Resolved Channel folder path.
- Effective
From stringPartner Folder Name - Resolved from-Partner folder name after Channel override and default.
- Effective
To stringPartner Folder Name - Resolved to-Partner folder name after Channel override and default.
- From
Partner stringFolder Name - Optional Channel-level from-Partner folder name override.
- From
Partner stringFolder Path - Resolved from-Partner folder path.
- From
Partner List<string>Managed Folder Paths - Managed folder paths inside the from-Partner folder.
- From
Partner stringRoute Path - Optional route path for files uploaded by the Partner.
- Id int
- The unique ID of the Partner Channel.
- Partner
Channel intTemplate Id - ID of the Partner Channel Template that manages this Channel, if any.
- Partner
Id int - ID of the Partner this Channel belongs to.
- Path string
- Channel path relative to the Partner root folder. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
- To
Partner stringFolder Name - Optional Channel-level to-Partner folder name override.
- To
Partner stringFolder Path - Resolved to-Partner folder path.
- To
Partner List<string>Managed Folder Paths - Managed folder paths inside the to-Partner folder.
- To
Partner stringRoute Path - Optional route path for files delivered to the Partner.
- Workspace
Id int - ID of the Workspace associated with this Partner Channel.
- Channel
Path string - Resolved Channel folder path.
- Effective
From stringPartner Folder Name - Resolved from-Partner folder name after Channel override and default.
- Effective
To stringPartner Folder Name - Resolved to-Partner folder name after Channel override and default.
- From
Partner stringFolder Name - Optional Channel-level from-Partner folder name override.
- From
Partner stringFolder Path - Resolved from-Partner folder path.
- From
Partner []stringManaged Folder Paths - Managed folder paths inside the from-Partner folder.
- From
Partner stringRoute Path - Optional route path for files uploaded by the Partner.
- Id int
- The unique ID of the Partner Channel.
- Partner
Channel intTemplate Id - ID of the Partner Channel Template that manages this Channel, if any.
- Partner
Id int - ID of the Partner this Channel belongs to.
- Path string
- Channel path relative to the Partner root folder. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
- To
Partner stringFolder Name - Optional Channel-level to-Partner folder name override.
- To
Partner stringFolder Path - Resolved to-Partner folder path.
- To
Partner []stringManaged Folder Paths - Managed folder paths inside the to-Partner folder.
- To
Partner stringRoute Path - Optional route path for files delivered to the Partner.
- Workspace
Id int - ID of the Workspace associated with this Partner Channel.
- channel_
path string - Resolved Channel folder path.
- effective_
from_ stringpartner_ folder_ name - Resolved from-Partner folder name after Channel override and default.
- effective_
to_ stringpartner_ folder_ name - Resolved to-Partner folder name after Channel override and default.
- from_
partner_ stringfolder_ name - Optional Channel-level from-Partner folder name override.
- from_
partner_ stringfolder_ path - Resolved from-Partner folder path.
- from_
partner_ list(string)managed_ folder_ paths - Managed folder paths inside the from-Partner folder.
- from_
partner_ stringroute_ path - Optional route path for files uploaded by the Partner.
- id number
- The unique ID of the Partner Channel.
- partner_
channel_ numbertemplate_ id - ID of the Partner Channel Template that manages this Channel, if any.
- partner_
id number - ID of the Partner this Channel belongs to.
- path string
- Channel path relative to the Partner root folder. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
- to_
partner_ stringfolder_ name - Optional Channel-level to-Partner folder name override.
- to_
partner_ stringfolder_ path - Resolved to-Partner folder path.
- to_
partner_ list(string)managed_ folder_ paths - Managed folder paths inside the to-Partner folder.
- to_
partner_ stringroute_ path - Optional route path for files delivered to the Partner.
- workspace_
id number - ID of the Workspace associated with this Partner Channel.
- channel
Path String - Resolved Channel folder path.
- effective
From StringPartner Folder Name - Resolved from-Partner folder name after Channel override and default.
- effective
To StringPartner Folder Name - Resolved to-Partner folder name after Channel override and default.
- from
Partner StringFolder Name - Optional Channel-level from-Partner folder name override.
- from
Partner StringFolder Path - Resolved from-Partner folder path.
- from
Partner List<String>Managed Folder Paths - Managed folder paths inside the from-Partner folder.
- from
Partner StringRoute Path - Optional route path for files uploaded by the Partner.
- id Integer
- The unique ID of the Partner Channel.
- partner
Channel IntegerTemplate Id - ID of the Partner Channel Template that manages this Channel, if any.
- partner
Id Integer - ID of the Partner this Channel belongs to.
- path String
- Channel path relative to the Partner root folder. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
- to
Partner StringFolder Name - Optional Channel-level to-Partner folder name override.
- to
Partner StringFolder Path - Resolved to-Partner folder path.
- to
Partner List<String>Managed Folder Paths - Managed folder paths inside the to-Partner folder.
- to
Partner StringRoute Path - Optional route path for files delivered to the Partner.
- workspace
Id Integer - ID of the Workspace associated with this Partner Channel.
- channel
Path string - Resolved Channel folder path.
- effective
From stringPartner Folder Name - Resolved from-Partner folder name after Channel override and default.
- effective
To stringPartner Folder Name - Resolved to-Partner folder name after Channel override and default.
- from
Partner stringFolder Name - Optional Channel-level from-Partner folder name override.
- from
Partner stringFolder Path - Resolved from-Partner folder path.
- from
Partner string[]Managed Folder Paths - Managed folder paths inside the from-Partner folder.
- from
Partner stringRoute Path - Optional route path for files uploaded by the Partner.
- id number
- The unique ID of the Partner Channel.
- partner
Channel numberTemplate Id - ID of the Partner Channel Template that manages this Channel, if any.
- partner
Id number - ID of the Partner this Channel belongs to.
- path string
- Channel path relative to the Partner root folder. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
- to
Partner stringFolder Name - Optional Channel-level to-Partner folder name override.
- to
Partner stringFolder Path - Resolved to-Partner folder path.
- to
Partner string[]Managed Folder Paths - Managed folder paths inside the to-Partner folder.
- to
Partner stringRoute Path - Optional route path for files delivered to the Partner.
- workspace
Id number - ID of the Workspace associated with this Partner Channel.
- channel_
path str - Resolved Channel folder path.
- effective_
from_ strpartner_ folder_ name - Resolved from-Partner folder name after Channel override and default.
- effective_
to_ strpartner_ folder_ name - Resolved to-Partner folder name after Channel override and default.
- from_
partner_ strfolder_ name - Optional Channel-level from-Partner folder name override.
- from_
partner_ strfolder_ path - Resolved from-Partner folder path.
- from_
partner_ Sequence[str]managed_ folder_ paths - Managed folder paths inside the from-Partner folder.
- from_
partner_ strroute_ path - Optional route path for files uploaded by the Partner.
- id int
- The unique ID of the Partner Channel.
- partner_
channel_ inttemplate_ id - ID of the Partner Channel Template that manages this Channel, if any.
- partner_
id int - ID of the Partner this Channel belongs to.
- path str
- Channel path relative to the Partner root folder. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
- to_
partner_ strfolder_ name - Optional Channel-level to-Partner folder name override.
- to_
partner_ strfolder_ path - Resolved to-Partner folder path.
- to_
partner_ Sequence[str]managed_ folder_ paths - Managed folder paths inside the to-Partner folder.
- to_
partner_ strroute_ path - Optional route path for files delivered to the Partner.
- workspace_
id int - ID of the Workspace associated with this Partner Channel.
- channel
Path String - Resolved Channel folder path.
- effective
From StringPartner Folder Name - Resolved from-Partner folder name after Channel override and default.
- effective
To StringPartner Folder Name - Resolved to-Partner folder name after Channel override and default.
- from
Partner StringFolder Name - Optional Channel-level from-Partner folder name override.
- from
Partner StringFolder Path - Resolved from-Partner folder path.
- from
Partner List<String>Managed Folder Paths - Managed folder paths inside the from-Partner folder.
- from
Partner StringRoute Path - Optional route path for files uploaded by the Partner.
- id Number
- The unique ID of the Partner Channel.
- partner
Channel NumberTemplate Id - ID of the Partner Channel Template that manages this Channel, if any.
- partner
Id Number - ID of the Partner this Channel belongs to.
- path String
- Channel path relative to the Partner root folder. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
- to
Partner StringFolder Name - Optional Channel-level to-Partner folder name override.
- to
Partner StringFolder Path - Resolved to-Partner folder path.
- to
Partner List<String>Managed Folder Paths - Managed folder paths inside the to-Partner folder.
- to
Partner StringRoute Path - Optional route path for files delivered to the Partner.
- workspace
Id Number - ID of the Workspace associated with this Partner Channel.
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