1. Packages
  2. Okta Provider
  3. API Docs
  4. getSecurityEventsProvider
Okta v6.2.0 published on Thursday, Dec 11, 2025 by Pulumi
okta logo
Okta v6.2.0 published on Thursday, Dec 11, 2025 by Pulumi

    Get information about a Security Events Provider instance for signal ingestion.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as okta from "@pulumi/okta";
    
    const example = okta.getSecurityEventsProvider({
        id: "<security_events_provider_id>",
    });
    
    import pulumi
    import pulumi_okta as okta
    
    example = okta.get_security_events_provider(id="<security_events_provider_id>")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-okta/sdk/v6/go/okta"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := okta.LookupSecurityEventsProvider(ctx, &okta.LookupSecurityEventsProviderArgs{
    			Id: "<security_events_provider_id>",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Okta = Pulumi.Okta;
    
    return await Deployment.RunAsync(() => 
    {
        var example = Okta.GetSecurityEventsProvider.Invoke(new()
        {
            Id = "<security_events_provider_id>",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.okta.OktaFunctions;
    import com.pulumi.okta.inputs.GetSecurityEventsProviderArgs;
    import java.util.List;
    import java.util.ArrayList;
    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 example = OktaFunctions.getSecurityEventsProvider(GetSecurityEventsProviderArgs.builder()
                .id("<security_events_provider_id>")
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          function: okta:getSecurityEventsProvider
          arguments:
            id: <security_events_provider_id>
    

    Using getSecurityEventsProvider

    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 getSecurityEventsProvider(args: GetSecurityEventsProviderArgs, opts?: InvokeOptions): Promise<GetSecurityEventsProviderResult>
    function getSecurityEventsProviderOutput(args: GetSecurityEventsProviderOutputArgs, opts?: InvokeOptions): Output<GetSecurityEventsProviderResult>
    def get_security_events_provider(id: Optional[str] = None,
                                     settings: Optional[GetSecurityEventsProviderSettings] = None,
                                     opts: Optional[InvokeOptions] = None) -> GetSecurityEventsProviderResult
    def get_security_events_provider_output(id: Optional[pulumi.Input[str]] = None,
                                     settings: Optional[pulumi.Input[GetSecurityEventsProviderSettingsArgs]] = None,
                                     opts: Optional[InvokeOptions] = None) -> Output[GetSecurityEventsProviderResult]
    func LookupSecurityEventsProvider(ctx *Context, args *LookupSecurityEventsProviderArgs, opts ...InvokeOption) (*LookupSecurityEventsProviderResult, error)
    func LookupSecurityEventsProviderOutput(ctx *Context, args *LookupSecurityEventsProviderOutputArgs, opts ...InvokeOption) LookupSecurityEventsProviderResultOutput

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

    public static class GetSecurityEventsProvider 
    {
        public static Task<GetSecurityEventsProviderResult> InvokeAsync(GetSecurityEventsProviderArgs args, InvokeOptions? opts = null)
        public static Output<GetSecurityEventsProviderResult> Invoke(GetSecurityEventsProviderInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSecurityEventsProviderResult> getSecurityEventsProvider(GetSecurityEventsProviderArgs args, InvokeOptions options)
    public static Output<GetSecurityEventsProviderResult> getSecurityEventsProvider(GetSecurityEventsProviderArgs args, InvokeOptions options)
    
    fn::invoke:
      function: okta:index/getSecurityEventsProvider:getSecurityEventsProvider
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    The unique identifier of this instance.
    Settings GetSecurityEventsProviderSettings
    Id string
    The unique identifier of this instance.
    Settings GetSecurityEventsProviderSettings
    id String
    The unique identifier of this instance.
    settings GetSecurityEventsProviderSettings
    id string
    The unique identifier of this instance.
    settings GetSecurityEventsProviderSettings
    id str
    The unique identifier of this instance.
    settings GetSecurityEventsProviderSettings
    id String
    The unique identifier of this instance.
    settings Property Map

    getSecurityEventsProvider Result

    The following output properties are available:

    Id string
    The unique identifier of this instance.
    IsEnabled string
    Whether or not the Security Events Provider is enabled.
    Name string
    The name of the Security Events Provider instance.
    Status string
    Indicates whether the Security Events Provider is active or not.
    Type string
    The application type of the Security Events Provider.
    Settings GetSecurityEventsProviderSettings
    Id string
    The unique identifier of this instance.
    IsEnabled string
    Whether or not the Security Events Provider is enabled.
    Name string
    The name of the Security Events Provider instance.
    Status string
    Indicates whether the Security Events Provider is active or not.
    Type string
    The application type of the Security Events Provider.
    Settings GetSecurityEventsProviderSettings
    id String
    The unique identifier of this instance.
    isEnabled String
    Whether or not the Security Events Provider is enabled.
    name String
    The name of the Security Events Provider instance.
    status String
    Indicates whether the Security Events Provider is active or not.
    type String
    The application type of the Security Events Provider.
    settings GetSecurityEventsProviderSettings
    id string
    The unique identifier of this instance.
    isEnabled string
    Whether or not the Security Events Provider is enabled.
    name string
    The name of the Security Events Provider instance.
    status string
    Indicates whether the Security Events Provider is active or not.
    type string
    The application type of the Security Events Provider.
    settings GetSecurityEventsProviderSettings
    id str
    The unique identifier of this instance.
    is_enabled str
    Whether or not the Security Events Provider is enabled.
    name str
    The name of the Security Events Provider instance.
    status str
    Indicates whether the Security Events Provider is active or not.
    type str
    The application type of the Security Events Provider.
    settings GetSecurityEventsProviderSettings
    id String
    The unique identifier of this instance.
    isEnabled String
    Whether or not the Security Events Provider is enabled.
    name String
    The name of the Security Events Provider instance.
    status String
    Indicates whether the Security Events Provider is active or not.
    type String
    The application type of the Security Events Provider.
    settings Property Map

    Supporting Types

    GetSecurityEventsProviderSettings

    Issuer string
    Issuer URL.
    JwksUrl string
    The public URL where the JWKS public key is uploaded.
    WellKnownUrl string
    The published well-known URL of the Security Events Provider (the SSF transmitter).
    Issuer string
    Issuer URL.
    JwksUrl string
    The public URL where the JWKS public key is uploaded.
    WellKnownUrl string
    The published well-known URL of the Security Events Provider (the SSF transmitter).
    issuer String
    Issuer URL.
    jwksUrl String
    The public URL where the JWKS public key is uploaded.
    wellKnownUrl String
    The published well-known URL of the Security Events Provider (the SSF transmitter).
    issuer string
    Issuer URL.
    jwksUrl string
    The public URL where the JWKS public key is uploaded.
    wellKnownUrl string
    The published well-known URL of the Security Events Provider (the SSF transmitter).
    issuer str
    Issuer URL.
    jwks_url str
    The public URL where the JWKS public key is uploaded.
    well_known_url str
    The published well-known URL of the Security Events Provider (the SSF transmitter).
    issuer String
    Issuer URL.
    jwksUrl String
    The public URL where the JWKS public key is uploaded.
    wellKnownUrl String
    The published well-known URL of the Security Events Provider (the SSF transmitter).

    Package Details

    Repository
    Okta pulumi/pulumi-okta
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the okta Terraform Provider.
    okta logo
    Okta v6.2.0 published on Thursday, Dec 11, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate