1. Registry
  2. Packages
  3. Files.com
  4. API Docs
  5. getSsoEvent
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

    An SsoEvent is a log record for SSO-related activity such as LDAP syncs and SSO login attempts.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as filescom from "pulumi-filescom";
    
    const exampleSsoEvent = filescom.getSsoEvent({
        id: 1,
    });
    
    import pulumi
    import pulumi_filescom as filescom
    
    example_sso_event = filescom.get_sso_event(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.GetSsoEvent(ctx, &filescom.GetSsoEventArgs{
    			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 exampleSsoEvent = Filescom.GetSsoEvent.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.GetSsoEventArgs;
    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 exampleSsoEvent = FilescomFunctions.getSsoEvent(GetSsoEventArgs.builder()
                .id(1)
                .build());
    
        }
    }
    
    variables:
      exampleSsoEvent:
        fn::invoke:
          function: filescom:getSsoEvent
          arguments:
            id: 1
    
    pulumi {
      required_providers {
        filescom = {
          source = "pulumi/filescom"
        }
      }
    }
    
    data "filescom_getssoevent" "exampleSsoEvent" {
      id = 1
    }
    

    Using getSsoEvent

    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 getSsoEvent(args: GetSsoEventArgs, opts?: InvokeOptions): Promise<GetSsoEventResult>
    function getSsoEventOutput(args: GetSsoEventOutputArgs, opts?: InvokeOutputOptions): Output<GetSsoEventResult>
    def get_sso_event(id: Optional[int] = None,
                      opts: Optional[InvokeOptions] = None) -> GetSsoEventResult
    def get_sso_event_output(id: pulumi.Input[Optional[int]] = None,
                      opts: Optional[InvokeOutputOptions] = None) -> Output[GetSsoEventResult]
    func GetSsoEvent(ctx *Context, args *GetSsoEventArgs, opts ...InvokeOption) (*GetSsoEventResult, error)
    func GetSsoEventOutput(ctx *Context, args *GetSsoEventOutputArgs, opts ...InvokeOption) GetSsoEventResultOutput

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

    public static class GetSsoEvent 
    {
        public static Task<GetSsoEventResult> InvokeAsync(GetSsoEventArgs args, InvokeOptions? opts = null)
        public static Output<GetSsoEventResult> Invoke(GetSsoEventInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetSsoEventResult> Invoke(GetSsoEventInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetSsoEventResult> getSsoEvent(GetSsoEventArgs args, InvokeOptions options)
    public static Output<GetSsoEventResult> getSsoEvent(GetSsoEventArgs args, InvokeOptions options)
    public static Output<GetSsoEventResult> getSsoEvent(GetSsoEventArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: filescom:index/getSsoEvent:getSsoEvent
      arguments:
        # arguments dictionary
    data "filescom_get_sso_event" "name" {
        # arguments
    }

    The following arguments are supported:

    Id int
    Event ID
    Id int
    Event ID
    id number
    Event ID
    id Integer
    Event ID
    id number
    Event ID
    id int
    Event ID
    id Number
    Event ID

    getSsoEvent Result

    The following output properties are available:

    Body string
    Event body.
    BodyUrl string
    Link to log file.
    CreatedAt string
    Event create date/time.
    EventErrors List<string>
    Event errors.
    EventType string
    Type of SSO event being recorded.
    Id int
    Event ID
    IdpUid string
    Identity Provider UID for the SSO login attempt.
    Ip string
    IP address for the SSO login attempt.
    ProviderLabel string
    SSO provider label for the SSO login attempt.
    Provider_ string
    SSO provider for the SSO login attempt.
    Region string
    Region for the SSO login attempt.
    Status string
    Status of event.
    UserId int
    User ID.
    Username string
    Username on Files.com for the SSO login attempt.
    Body string
    Event body.
    BodyUrl string
    Link to log file.
    CreatedAt string
    Event create date/time.
    EventErrors []string
    Event errors.
    EventType string
    Type of SSO event being recorded.
    Id int
    Event ID
    IdpUid string
    Identity Provider UID for the SSO login attempt.
    Ip string
    IP address for the SSO login attempt.
    ProviderLabel string
    SSO provider label for the SSO login attempt.
    Provider_ string
    SSO provider for the SSO login attempt.
    Region string
    Region for the SSO login attempt.
    Status string
    Status of event.
    UserId int
    User ID.
    Username string
    Username on Files.com for the SSO login attempt.
    body string
    Event body.
    body_url string
    Link to log file.
    created_at string
    Event create date/time.
    event_errors list(string)
    Event errors.
    event_type string
    Type of SSO event being recorded.
    id number
    Event ID
    idp_uid string
    Identity Provider UID for the SSO login attempt.
    ip string
    IP address for the SSO login attempt.
    provider_ string
    SSO provider for the SSO login attempt.
    provider_label string
    SSO provider label for the SSO login attempt.
    region string
    Region for the SSO login attempt.
    status string
    Status of event.
    user_id number
    User ID.
    username string
    Username on Files.com for the SSO login attempt.
    body String
    Event body.
    bodyUrl String
    Link to log file.
    createdAt String
    Event create date/time.
    eventErrors List<String>
    Event errors.
    eventType String
    Type of SSO event being recorded.
    id Integer
    Event ID
    idpUid String
    Identity Provider UID for the SSO login attempt.
    ip String
    IP address for the SSO login attempt.
    providerLabel String
    SSO provider label for the SSO login attempt.
    provider_ String
    SSO provider for the SSO login attempt.
    region String
    Region for the SSO login attempt.
    status String
    Status of event.
    userId Integer
    User ID.
    username String
    Username on Files.com for the SSO login attempt.
    body string
    Event body.
    bodyUrl string
    Link to log file.
    createdAt string
    Event create date/time.
    eventErrors string[]
    Event errors.
    eventType string
    Type of SSO event being recorded.
    id number
    Event ID
    idpUid string
    Identity Provider UID for the SSO login attempt.
    ip string
    IP address for the SSO login attempt.
    providerLabel string
    SSO provider label for the SSO login attempt.
    provider_ string
    SSO provider for the SSO login attempt.
    region string
    Region for the SSO login attempt.
    status string
    Status of event.
    userId number
    User ID.
    username string
    Username on Files.com for the SSO login attempt.
    body str
    Event body.
    body_url str
    Link to log file.
    created_at str
    Event create date/time.
    event_errors Sequence[str]
    Event errors.
    event_type str
    Type of SSO event being recorded.
    id int
    Event ID
    idp_uid str
    Identity Provider UID for the SSO login attempt.
    ip str
    IP address for the SSO login attempt.
    provider_ str
    SSO provider for the SSO login attempt.
    provider_label str
    SSO provider label for the SSO login attempt.
    region str
    Region for the SSO login attempt.
    status str
    Status of event.
    user_id int
    User ID.
    username str
    Username on Files.com for the SSO login attempt.
    body String
    Event body.
    bodyUrl String
    Link to log file.
    createdAt String
    Event create date/time.
    eventErrors List<String>
    Event errors.
    eventType String
    Type of SSO event being recorded.
    id Number
    Event ID
    idpUid String
    Identity Provider UID for the SSO login attempt.
    ip String
    IP address for the SSO login attempt.
    providerLabel String
    SSO provider label for the SSO login attempt.
    provider_ String
    SSO provider for the SSO login attempt.
    region String
    Region for the SSO login attempt.
    status String
    Status of event.
    userId Number
    User ID.
    username String
    Username on Files.com for the SSO login attempt.

    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