1. Packages
  2. Cloudflare Provider
  3. API Docs
  4. getSsoConnector
Cloudflare v6.12.0 published on Wednesday, Dec 24, 2025 by Pulumi
cloudflare logo
Cloudflare v6.12.0 published on Wednesday, Dec 24, 2025 by Pulumi

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as cloudflare from "@pulumi/cloudflare";
    
    const exampleSsoConnector = cloudflare.getSsoConnector({
        accountId: "023e105f4ecef8ad9ca31a8372d0c353",
        ssoConnectorId: "023e105f4ecef8ad9ca31a8372d0c353",
    });
    
    import pulumi
    import pulumi_cloudflare as cloudflare
    
    example_sso_connector = cloudflare.get_sso_connector(account_id="023e105f4ecef8ad9ca31a8372d0c353",
        sso_connector_id="023e105f4ecef8ad9ca31a8372d0c353")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-cloudflare/sdk/v6/go/cloudflare"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := cloudflare.LookupSsoConnector(ctx, &cloudflare.LookupSsoConnectorArgs{
    			AccountId:      "023e105f4ecef8ad9ca31a8372d0c353",
    			SsoConnectorId: "023e105f4ecef8ad9ca31a8372d0c353",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Cloudflare = Pulumi.Cloudflare;
    
    return await Deployment.RunAsync(() => 
    {
        var exampleSsoConnector = Cloudflare.GetSsoConnector.Invoke(new()
        {
            AccountId = "023e105f4ecef8ad9ca31a8372d0c353",
            SsoConnectorId = "023e105f4ecef8ad9ca31a8372d0c353",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.cloudflare.CloudflareFunctions;
    import com.pulumi.cloudflare.inputs.GetSsoConnectorArgs;
    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 exampleSsoConnector = CloudflareFunctions.getSsoConnector(GetSsoConnectorArgs.builder()
                .accountId("023e105f4ecef8ad9ca31a8372d0c353")
                .ssoConnectorId("023e105f4ecef8ad9ca31a8372d0c353")
                .build());
    
        }
    }
    
    variables:
      exampleSsoConnector:
        fn::invoke:
          function: cloudflare:getSsoConnector
          arguments:
            accountId: 023e105f4ecef8ad9ca31a8372d0c353
            ssoConnectorId: 023e105f4ecef8ad9ca31a8372d0c353
    

    Using getSsoConnector

    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 getSsoConnector(args: GetSsoConnectorArgs, opts?: InvokeOptions): Promise<GetSsoConnectorResult>
    function getSsoConnectorOutput(args: GetSsoConnectorOutputArgs, opts?: InvokeOptions): Output<GetSsoConnectorResult>
    def get_sso_connector(account_id: Optional[str] = None,
                          sso_connector_id: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetSsoConnectorResult
    def get_sso_connector_output(account_id: Optional[pulumi.Input[str]] = None,
                          sso_connector_id: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetSsoConnectorResult]
    func LookupSsoConnector(ctx *Context, args *LookupSsoConnectorArgs, opts ...InvokeOption) (*LookupSsoConnectorResult, error)
    func LookupSsoConnectorOutput(ctx *Context, args *LookupSsoConnectorOutputArgs, opts ...InvokeOption) LookupSsoConnectorResultOutput

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

    public static class GetSsoConnector 
    {
        public static Task<GetSsoConnectorResult> InvokeAsync(GetSsoConnectorArgs args, InvokeOptions? opts = null)
        public static Output<GetSsoConnectorResult> Invoke(GetSsoConnectorInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSsoConnectorResult> getSsoConnector(GetSsoConnectorArgs args, InvokeOptions options)
    public static Output<GetSsoConnectorResult> getSsoConnector(GetSsoConnectorArgs args, InvokeOptions options)
    
    fn::invoke:
      function: cloudflare:index/getSsoConnector:getSsoConnector
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountId string
    Account identifier tag.
    SsoConnectorId string
    SSO Connector identifier tag.
    AccountId string
    Account identifier tag.
    SsoConnectorId string
    SSO Connector identifier tag.
    accountId String
    Account identifier tag.
    ssoConnectorId String
    SSO Connector identifier tag.
    accountId string
    Account identifier tag.
    ssoConnectorId string
    SSO Connector identifier tag.
    account_id str
    Account identifier tag.
    sso_connector_id str
    SSO Connector identifier tag.
    accountId String
    Account identifier tag.
    ssoConnectorId String
    SSO Connector identifier tag.

    getSsoConnector Result

    The following output properties are available:

    AccountId string
    Account identifier tag.
    CreatedOn string
    Timestamp for the creation of the SSO connector
    EmailDomain string
    Enabled bool
    Id string
    SSO Connector identifier tag.
    SsoConnectorId string
    SSO Connector identifier tag.
    UpdatedOn string
    Timestamp for the last update of the SSO connector
    UseFedrampLanguage bool
    Controls the display of FedRAMP language to the user during SSO login
    Verification GetSsoConnectorVerification
    AccountId string
    Account identifier tag.
    CreatedOn string
    Timestamp for the creation of the SSO connector
    EmailDomain string
    Enabled bool
    Id string
    SSO Connector identifier tag.
    SsoConnectorId string
    SSO Connector identifier tag.
    UpdatedOn string
    Timestamp for the last update of the SSO connector
    UseFedrampLanguage bool
    Controls the display of FedRAMP language to the user during SSO login
    Verification GetSsoConnectorVerification
    accountId String
    Account identifier tag.
    createdOn String
    Timestamp for the creation of the SSO connector
    emailDomain String
    enabled Boolean
    id String
    SSO Connector identifier tag.
    ssoConnectorId String
    SSO Connector identifier tag.
    updatedOn String
    Timestamp for the last update of the SSO connector
    useFedrampLanguage Boolean
    Controls the display of FedRAMP language to the user during SSO login
    verification GetSsoConnectorVerification
    accountId string
    Account identifier tag.
    createdOn string
    Timestamp for the creation of the SSO connector
    emailDomain string
    enabled boolean
    id string
    SSO Connector identifier tag.
    ssoConnectorId string
    SSO Connector identifier tag.
    updatedOn string
    Timestamp for the last update of the SSO connector
    useFedrampLanguage boolean
    Controls the display of FedRAMP language to the user during SSO login
    verification GetSsoConnectorVerification
    account_id str
    Account identifier tag.
    created_on str
    Timestamp for the creation of the SSO connector
    email_domain str
    enabled bool
    id str
    SSO Connector identifier tag.
    sso_connector_id str
    SSO Connector identifier tag.
    updated_on str
    Timestamp for the last update of the SSO connector
    use_fedramp_language bool
    Controls the display of FedRAMP language to the user during SSO login
    verification GetSsoConnectorVerification
    accountId String
    Account identifier tag.
    createdOn String
    Timestamp for the creation of the SSO connector
    emailDomain String
    enabled Boolean
    id String
    SSO Connector identifier tag.
    ssoConnectorId String
    SSO Connector identifier tag.
    updatedOn String
    Timestamp for the last update of the SSO connector
    useFedrampLanguage Boolean
    Controls the display of FedRAMP language to the user during SSO login
    verification Property Map

    Supporting Types

    GetSsoConnectorVerification

    Code string
    DNS verification code. Add this entire string to the DNS TXT record of the email domain to validate ownership.
    Status string
    The status of the verification code from the verification process. Available values: "awaiting", "pending", "failed", "verified".
    Code string
    DNS verification code. Add this entire string to the DNS TXT record of the email domain to validate ownership.
    Status string
    The status of the verification code from the verification process. Available values: "awaiting", "pending", "failed", "verified".
    code String
    DNS verification code. Add this entire string to the DNS TXT record of the email domain to validate ownership.
    status String
    The status of the verification code from the verification process. Available values: "awaiting", "pending", "failed", "verified".
    code string
    DNS verification code. Add this entire string to the DNS TXT record of the email domain to validate ownership.
    status string
    The status of the verification code from the verification process. Available values: "awaiting", "pending", "failed", "verified".
    code str
    DNS verification code. Add this entire string to the DNS TXT record of the email domain to validate ownership.
    status str
    The status of the verification code from the verification process. Available values: "awaiting", "pending", "failed", "verified".
    code String
    DNS verification code. Add this entire string to the DNS TXT record of the email domain to validate ownership.
    status String
    The status of the verification code from the verification process. Available values: "awaiting", "pending", "failed", "verified".

    Package Details

    Repository
    Cloudflare pulumi/pulumi-cloudflare
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the cloudflare Terraform Provider.
    cloudflare logo
    Cloudflare v6.12.0 published on Wednesday, Dec 24, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate