Viewing docs for Cloudflare v6.13.0
published on Wednesday, Jan 21, 2026 by Pulumi
published on Wednesday, Jan 21, 2026 by Pulumi
Viewing docs for Cloudflare v6.13.0
published on Wednesday, Jan 21, 2026 by Pulumi
published on Wednesday, Jan 21, 2026 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 dictionaryThe following arguments are supported:
- account_
id str - Account identifier tag.
- max_
items int - Max items to fetch, default: 1000
getSsoConnectors Result
The following output properties are available:
- Account
Id string - Account identifier tag.
- Id string
- The provider-assigned unique ID for this managed resource.
- Results
List<Get
Sso Connectors Result> - The items returned by the data source
- Max
Items int - Max items to fetch, default: 1000
- Account
Id string - Account identifier tag.
- Id string
- The provider-assigned unique ID for this managed resource.
- Results
[]Get
Sso Connectors Result - The items returned by the data source
- Max
Items int - Max items to fetch, default: 1000
- account
Id String - Account identifier tag.
- id String
- The provider-assigned unique ID for this managed resource.
- results
List<Get
Sso Connectors Result> - The items returned by the data source
- max
Items Integer - Max items to fetch, default: 1000
- account
Id string - Account identifier tag.
- id string
- The provider-assigned unique ID for this managed resource.
- results
Get
Sso Connectors Result[] - The items returned by the data source
- max
Items 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[Get
Sso Connectors Result] - The items returned by the data source
- max_
items int - Max items to fetch, default: 1000
- account
Id 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
- max
Items Number - Max items to fetch, default: 1000
Supporting Types
GetSsoConnectorsResult
- Created
On string - Timestamp for the creation of the SSO connector
- Email
Domain string - Enabled bool
- Id string
- SSO Connector identifier tag.
- Updated
On string - Timestamp for the last update of the SSO connector
- Use
Fedramp boolLanguage - Controls the display of FedRAMP language to the user during SSO login
- Verification
Get
Sso Connectors Result Verification
- Created
On string - Timestamp for the creation of the SSO connector
- Email
Domain string - Enabled bool
- Id string
- SSO Connector identifier tag.
- Updated
On string - Timestamp for the last update of the SSO connector
- Use
Fedramp boolLanguage - Controls the display of FedRAMP language to the user during SSO login
- Verification
Get
Sso Connectors Result Verification
- created
On String - Timestamp for the creation of the SSO connector
- email
Domain String - enabled Boolean
- id String
- SSO Connector identifier tag.
- updated
On String - Timestamp for the last update of the SSO connector
- use
Fedramp BooleanLanguage - Controls the display of FedRAMP language to the user during SSO login
- verification
Get
Sso Connectors Result Verification
- created
On string - Timestamp for the creation of the SSO connector
- email
Domain string - enabled boolean
- id string
- SSO Connector identifier tag.
- updated
On string - Timestamp for the last update of the SSO connector
- use
Fedramp booleanLanguage - Controls the display of FedRAMP language to the user during SSO login
- verification
Get
Sso Connectors Result Verification
- 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_ boollanguage - Controls the display of FedRAMP language to the user during SSO login
- verification
Get
Sso Connectors Result Verification
- created
On String - Timestamp for the creation of the SSO connector
- email
Domain String - enabled Boolean
- id String
- SSO Connector identifier tag.
- updated
On String - Timestamp for the last update of the SSO connector
- use
Fedramp BooleanLanguage - Controls the display of FedRAMP language to the user during SSO login
- verification Property Map
GetSsoConnectorsResultVerification
Package Details
- Repository
- Cloudflare pulumi/pulumi-cloudflare
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
cloudflareTerraform Provider.
Viewing docs for Cloudflare v6.13.0
published on Wednesday, Jan 21, 2026 by Pulumi
published on Wednesday, Jan 21, 2026 by Pulumi
