Cloudflare v6.12.0 published on Wednesday, Dec 24, 2025 by Pulumi
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 dictionaryThe following arguments are supported:
- Account
Id string - Account identifier tag.
- Sso
Connector stringId - SSO Connector identifier tag.
- Account
Id string - Account identifier tag.
- Sso
Connector stringId - SSO Connector identifier tag.
- account
Id String - Account identifier tag.
- sso
Connector StringId - SSO Connector identifier tag.
- account
Id string - Account identifier tag.
- sso
Connector stringId - SSO Connector identifier tag.
- account_
id str - Account identifier tag.
- sso_
connector_ strid - SSO Connector identifier tag.
- account
Id String - Account identifier tag.
- sso
Connector StringId - SSO Connector identifier tag.
getSsoConnector Result
The following output properties are available:
- Account
Id string - Account identifier tag.
- Created
On string - Timestamp for the creation of the SSO connector
- Email
Domain string - Enabled bool
- Id string
- SSO Connector identifier tag.
- Sso
Connector stringId - 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 Connector Verification
- Account
Id string - Account identifier tag.
- Created
On string - Timestamp for the creation of the SSO connector
- Email
Domain string - Enabled bool
- Id string
- SSO Connector identifier tag.
- Sso
Connector stringId - 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 Connector Verification
- account
Id String - Account identifier tag.
- created
On String - Timestamp for the creation of the SSO connector
- email
Domain String - enabled Boolean
- id String
- SSO Connector identifier tag.
- sso
Connector StringId - 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 Connector Verification
- account
Id string - Account identifier tag.
- created
On string - Timestamp for the creation of the SSO connector
- email
Domain string - enabled boolean
- id string
- SSO Connector identifier tag.
- sso
Connector stringId - 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 Connector Verification
- 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_ strid - 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 Connector Verification
- account
Id String - Account identifier tag.
- created
On String - Timestamp for the creation of the SSO connector
- email
Domain String - enabled Boolean
- id String
- SSO Connector identifier tag.
- sso
Connector StringId - 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
Supporting Types
GetSsoConnectorVerification
Package Details
- Repository
- Cloudflare pulumi/pulumi-cloudflare
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
cloudflareTerraform Provider.
Cloudflare v6.12.0 published on Wednesday, Dec 24, 2025 by Pulumi
