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 SCIM log entry represents a single SCIM request made to the system. It includes the request made and response provided to the SCIM client.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as filescom from "pulumi-filescom";
const exampleScimLog = filescom.getScimLog({
id: 1,
});
import pulumi
import pulumi_filescom as filescom
example_scim_log = filescom.get_scim_log(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.GetScimLog(ctx, &filescom.GetScimLogArgs{
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 exampleScimLog = Filescom.GetScimLog.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.GetScimLogArgs;
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 exampleScimLog = FilescomFunctions.getScimLog(GetScimLogArgs.builder()
.id(1)
.build());
}
}
variables:
exampleScimLog:
fn::invoke:
function: filescom:getScimLog
arguments:
id: 1
pulumi {
required_providers {
filescom = {
source = "pulumi/filescom"
}
}
}
data "filescom_getscimlog" "exampleScimLog" {
id = 1
}
Using getScimLog
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 getScimLog(args: GetScimLogArgs, opts?: InvokeOptions): Promise<GetScimLogResult>
function getScimLogOutput(args: GetScimLogOutputArgs, opts?: InvokeOutputOptions): Output<GetScimLogResult>def get_scim_log(id: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetScimLogResult
def get_scim_log_output(id: pulumi.Input[Optional[int]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetScimLogResult]func GetScimLog(ctx *Context, args *GetScimLogArgs, opts ...InvokeOption) (*GetScimLogResult, error)
func GetScimLogOutput(ctx *Context, args *GetScimLogOutputArgs, opts ...InvokeOption) GetScimLogResultOutput> Note: This function is named GetScimLog in the Go SDK.
public static class GetScimLog
{
public static Task<GetScimLogResult> InvokeAsync(GetScimLogArgs args, InvokeOptions? opts = null)
public static Output<GetScimLogResult> Invoke(GetScimLogInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetScimLogResult> Invoke(GetScimLogInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetScimLogResult> getScimLog(GetScimLogArgs args, InvokeOptions options)
public static Output<GetScimLogResult> getScimLog(GetScimLogArgs args, InvokeOptions options)
public static Output<GetScimLogResult> getScimLog(GetScimLogArgs args, InvokeOutputOptions options)
fn::invoke:
function: filescom:index/getScimLog:getScimLog
arguments:
# arguments dictionarydata "filescom_get_scim_log" "name" {
# arguments
}The following arguments are supported:
- Id int
- The unique ID of this SCIM request.
- Id int
- The unique ID of this SCIM request.
- id number
- The unique ID of this SCIM request.
- id Integer
- The unique ID of this SCIM request.
- id number
- The unique ID of this SCIM request.
- id int
- The unique ID of this SCIM request.
- id Number
- The unique ID of this SCIM request.
getScimLog Result
The following output properties are available:
- Created
At string - The date and time when this SCIM request occurred.
- Http
Response stringCode - The HTTP response code returned for this request.
- Id int
- The unique ID of this SCIM request.
- Request
Json string - The JSON payload sent with the request.
- Request
Method string - The HTTP method used for this request.
- Request
Path string - The path portion of the URL requested.
- Response
Json string - The JSON payload returned in the response.
- User
Agent string - The User-Agent header sent with the request.
- Created
At string - The date and time when this SCIM request occurred.
- Http
Response stringCode - The HTTP response code returned for this request.
- Id int
- The unique ID of this SCIM request.
- Request
Json string - The JSON payload sent with the request.
- Request
Method string - The HTTP method used for this request.
- Request
Path string - The path portion of the URL requested.
- Response
Json string - The JSON payload returned in the response.
- User
Agent string - The User-Agent header sent with the request.
- created_
at string - The date and time when this SCIM request occurred.
- http_
response_ stringcode - The HTTP response code returned for this request.
- id number
- The unique ID of this SCIM request.
- request_
json string - The JSON payload sent with the request.
- request_
method string - The HTTP method used for this request.
- request_
path string - The path portion of the URL requested.
- response_
json string - The JSON payload returned in the response.
- user_
agent string - The User-Agent header sent with the request.
- created
At String - The date and time when this SCIM request occurred.
- http
Response StringCode - The HTTP response code returned for this request.
- id Integer
- The unique ID of this SCIM request.
- request
Json String - The JSON payload sent with the request.
- request
Method String - The HTTP method used for this request.
- request
Path String - The path portion of the URL requested.
- response
Json String - The JSON payload returned in the response.
- user
Agent String - The User-Agent header sent with the request.
- created
At string - The date and time when this SCIM request occurred.
- http
Response stringCode - The HTTP response code returned for this request.
- id number
- The unique ID of this SCIM request.
- request
Json string - The JSON payload sent with the request.
- request
Method string - The HTTP method used for this request.
- request
Path string - The path portion of the URL requested.
- response
Json string - The JSON payload returned in the response.
- user
Agent string - The User-Agent header sent with the request.
- created_
at str - The date and time when this SCIM request occurred.
- http_
response_ strcode - The HTTP response code returned for this request.
- id int
- The unique ID of this SCIM request.
- request_
json str - The JSON payload sent with the request.
- request_
method str - The HTTP method used for this request.
- request_
path str - The path portion of the URL requested.
- response_
json str - The JSON payload returned in the response.
- user_
agent str - The User-Agent header sent with the request.
- created
At String - The date and time when this SCIM request occurred.
- http
Response StringCode - The HTTP response code returned for this request.
- id Number
- The unique ID of this SCIM request.
- request
Json String - The JSON payload sent with the request.
- request
Method String - The HTTP method used for this request.
- request
Path String - The path portion of the URL requested.
- response
Json String - The JSON payload returned in the response.
- user
Agent String - The User-Agent header sent with the request.
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