1. Packages
  2. Cloudflare Provider
  3. API Docs
  4. getSsoConnectors
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 exampleSsoConnectors = cloudflare.getSsoConnectors({
        accountId: "023e105f4ecef8ad9ca31a8372d0c353",
    });
    
    import pulumi
    import pulumi_cloudflare as cloudflare
    
    example_sso_connectors = cloudflare.get_sso_connectors(account_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.LookupSsoConnectors(ctx, &cloudflare.LookupSsoConnectorsArgs{
    			AccountId: "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 exampleSsoConnectors = Cloudflare.GetSsoConnectors.Invoke(new()
        {
            AccountId = "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.GetSsoConnectorsArgs;
    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 exampleSsoConnectors = CloudflareFunctions.getSsoConnectors(GetSsoConnectorsArgs.builder()
                .accountId("023e105f4ecef8ad9ca31a8372d0c353")
                .build());
    
        }
    }
    
    variables:
      exampleSsoConnectors:
        fn::invoke:
          function: cloudflare:getSsoConnectors
          arguments:
            accountId: 023e105f4ecef8ad9ca31a8372d0c353
    

    Using getSsoConnectors

    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 getSsoConnectors(args: GetSsoConnectorsArgs, opts?: InvokeOptions): Promise<GetSsoConnectorsResult>
    function getSsoConnectorsOutput(args: GetSsoConnectorsOutputArgs, opts?: InvokeOptions): Output<GetSsoConnectorsResult>
    def get_sso_connectors(account_id: Optional[str] = None,
                           max_items: Optional[int] = None,
                           opts: Optional[InvokeOptions] = None) -> GetSsoConnectorsResult
    def get_sso_connectors_output(account_id: Optional[pulumi.Input[str]] = None,
                           max_items: Optional[pulumi.Input[int]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetSsoConnectorsResult]
    func LookupSsoConnectors(ctx *Context, args *LookupSsoConnectorsArgs, opts ...InvokeOption) (*LookupSsoConnectorsResult, error)
    func LookupSsoConnectorsOutput(ctx *Context, args *LookupSsoConnectorsOutputArgs, opts ...InvokeOption) LookupSsoConnectorsResultOutput

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

    public static class GetSsoConnectors 
    {
        public static Task<GetSsoConnectorsResult> InvokeAsync(GetSsoConnectorsArgs args, InvokeOptions? opts = null)
        public static Output<GetSsoConnectorsResult> Invoke(GetSsoConnectorsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSsoConnectorsResult> getSsoConnectors(GetSsoConnectorsArgs args, InvokeOptions options)
    public static Output<GetSsoConnectorsResult> getSsoConnectors(GetSsoConnectorsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: cloudflare:index/getSsoConnectors:getSsoConnectors
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountId string
    Account identifier tag.
    MaxItems int
    Max items to fetch, default: 1000
    AccountId string
    Account identifier tag.
    MaxItems int
    Max items to fetch, default: 1000
    accountId String
    Account identifier tag.
    maxItems Integer
    Max items to fetch, default: 1000
    accountId string
    Account identifier tag.
    maxItems number
    Max items to fetch, default: 1000
    account_id str
    Account identifier tag.
    max_items int
    Max items to fetch, default: 1000
    accountId String
    Account identifier tag.
    maxItems Number
    Max items to fetch, default: 1000

    getSsoConnectors Result

    The following output properties are available:

    AccountId string
    Account identifier tag.
    Id string
    The provider-assigned unique ID for this managed resource.
    Results List<GetSsoConnectorsResult>
    The items returned by the data source
    MaxItems int
    Max items to fetch, default: 1000
    AccountId string
    Account identifier tag.
    Id string
    The provider-assigned unique ID for this managed resource.
    Results []GetSsoConnectorsResult
    The items returned by the data source
    MaxItems int
    Max items to fetch, default: 1000
    accountId String
    Account identifier tag.
    id String
    The provider-assigned unique ID for this managed resource.
    results List<GetSsoConnectorsResult>
    The items returned by the data source
    maxItems Integer
    Max items to fetch, default: 1000
    accountId string
    Account identifier tag.
    id string
    The provider-assigned unique ID for this managed resource.
    results GetSsoConnectorsResult[]
    The items returned by the data source
    maxItems number
    Max items to fetch, default: 1000
    account_id str
    Account identifier tag.
    id str
    The provider-assigned unique ID for this managed resource.
    results Sequence[GetSsoConnectorsResult]
    The items returned by the data source
    max_items int
    Max items to fetch, default: 1000
    accountId String
    Account identifier tag.
    id String
    The provider-assigned unique ID for this managed resource.
    results List<Property Map>
    The items returned by the data source
    maxItems Number
    Max items to fetch, default: 1000

    Supporting Types

    GetSsoConnectorsResult

    CreatedOn string
    Timestamp for the creation of the SSO connector
    EmailDomain string
    Enabled bool
    Id 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 GetSsoConnectorsResultVerification
    CreatedOn string
    Timestamp for the creation of the SSO connector
    EmailDomain string
    Enabled bool
    Id 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 GetSsoConnectorsResultVerification
    createdOn String
    Timestamp for the creation of the SSO connector
    emailDomain String
    enabled Boolean
    id 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 GetSsoConnectorsResultVerification
    createdOn string
    Timestamp for the creation of the SSO connector
    emailDomain string
    enabled boolean
    id 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 GetSsoConnectorsResultVerification
    created_on str
    Timestamp for the creation of the SSO connector
    email_domain str
    enabled bool
    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 GetSsoConnectorsResultVerification
    createdOn String
    Timestamp for the creation of the SSO connector
    emailDomain String
    enabled Boolean
    id 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

    GetSsoConnectorsResultVerification

    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