1. Registry
  2. Packages
  3. Files.com
  4. API Docs
  5. getScimLog
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 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 dictionary
    data "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:

    CreatedAt string
    The date and time when this SCIM request occurred.
    HttpResponseCode string
    The HTTP response code returned for this request.
    Id int
    The unique ID of this SCIM request.
    RequestJson string
    The JSON payload sent with the request.
    RequestMethod string
    The HTTP method used for this request.
    RequestPath string
    The path portion of the URL requested.
    ResponseJson string
    The JSON payload returned in the response.
    UserAgent string
    The User-Agent header sent with the request.
    CreatedAt string
    The date and time when this SCIM request occurred.
    HttpResponseCode string
    The HTTP response code returned for this request.
    Id int
    The unique ID of this SCIM request.
    RequestJson string
    The JSON payload sent with the request.
    RequestMethod string
    The HTTP method used for this request.
    RequestPath string
    The path portion of the URL requested.
    ResponseJson string
    The JSON payload returned in the response.
    UserAgent string
    The User-Agent header sent with the request.
    created_at string
    The date and time when this SCIM request occurred.
    http_response_code string
    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.
    createdAt String
    The date and time when this SCIM request occurred.
    httpResponseCode String
    The HTTP response code returned for this request.
    id Integer
    The unique ID of this SCIM request.
    requestJson String
    The JSON payload sent with the request.
    requestMethod String
    The HTTP method used for this request.
    requestPath String
    The path portion of the URL requested.
    responseJson String
    The JSON payload returned in the response.
    userAgent String
    The User-Agent header sent with the request.
    createdAt string
    The date and time when this SCIM request occurred.
    httpResponseCode string
    The HTTP response code returned for this request.
    id number
    The unique ID of this SCIM request.
    requestJson string
    The JSON payload sent with the request.
    requestMethod string
    The HTTP method used for this request.
    requestPath string
    The path portion of the URL requested.
    responseJson string
    The JSON payload returned in the response.
    userAgent string
    The User-Agent header sent with the request.
    created_at str
    The date and time when this SCIM request occurred.
    http_response_code str
    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.
    createdAt String
    The date and time when this SCIM request occurred.
    httpResponseCode String
    The HTTP response code returned for this request.
    id Number
    The unique ID of this SCIM request.
    requestJson String
    The JSON payload sent with the request.
    requestMethod String
    The HTTP method used for this request.
    requestPath String
    The path portion of the URL requested.
    responseJson String
    The JSON payload returned in the response.
    userAgent 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 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