Viewing docs for Auth0 v3.38.0
published on Friday, Feb 20, 2026 by Pulumi
published on Friday, Feb 20, 2026 by Pulumi
Viewing docs for Auth0 v3.38.0
published on Friday, Feb 20, 2026 by Pulumi
published on Friday, Feb 20, 2026 by Pulumi
Data source to retrieve a specific Auth0 Flow Vault Connection by id
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as auth0 from "@pulumi/auth0";
// An Auth0 flow vault connection loaded using its ID.
const dataConnection = auth0.getFlowVaultConnection({
id: "ac_9m2uqjHsqs19riN9N6sZQ7",
});
import pulumi
import pulumi_auth0 as auth0
# An Auth0 flow vault connection loaded using its ID.
data_connection = auth0.get_flow_vault_connection(id="ac_9m2uqjHsqs19riN9N6sZQ7")
package main
import (
"github.com/pulumi/pulumi-auth0/sdk/v3/go/auth0"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
// An Auth0 flow vault connection loaded using its ID.
_, err := auth0.LookupFlowVaultConnection(ctx, &auth0.LookupFlowVaultConnectionArgs{
Id: "ac_9m2uqjHsqs19riN9N6sZQ7",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Auth0 = Pulumi.Auth0;
return await Deployment.RunAsync(() =>
{
// An Auth0 flow vault connection loaded using its ID.
var dataConnection = Auth0.GetFlowVaultConnection.Invoke(new()
{
Id = "ac_9m2uqjHsqs19riN9N6sZQ7",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.auth0.Auth0Functions;
import com.pulumi.auth0.inputs.GetFlowVaultConnectionArgs;
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) {
// An Auth0 flow vault connection loaded using its ID.
final var dataConnection = Auth0Functions.getFlowVaultConnection(GetFlowVaultConnectionArgs.builder()
.id("ac_9m2uqjHsqs19riN9N6sZQ7")
.build());
}
}
variables:
# An Auth0 flow vault connection loaded using its ID.
dataConnection:
fn::invoke:
function: auth0:getFlowVaultConnection
arguments:
id: ac_9m2uqjHsqs19riN9N6sZQ7
Using getFlowVaultConnection
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 getFlowVaultConnection(args: GetFlowVaultConnectionArgs, opts?: InvokeOptions): Promise<GetFlowVaultConnectionResult>
function getFlowVaultConnectionOutput(args: GetFlowVaultConnectionOutputArgs, opts?: InvokeOptions): Output<GetFlowVaultConnectionResult>def get_flow_vault_connection(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetFlowVaultConnectionResult
def get_flow_vault_connection_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetFlowVaultConnectionResult]func LookupFlowVaultConnection(ctx *Context, args *LookupFlowVaultConnectionArgs, opts ...InvokeOption) (*LookupFlowVaultConnectionResult, error)
func LookupFlowVaultConnectionOutput(ctx *Context, args *LookupFlowVaultConnectionOutputArgs, opts ...InvokeOption) LookupFlowVaultConnectionResultOutput> Note: This function is named LookupFlowVaultConnection in the Go SDK.
public static class GetFlowVaultConnection
{
public static Task<GetFlowVaultConnectionResult> InvokeAsync(GetFlowVaultConnectionArgs args, InvokeOptions? opts = null)
public static Output<GetFlowVaultConnectionResult> Invoke(GetFlowVaultConnectionInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetFlowVaultConnectionResult> getFlowVaultConnection(GetFlowVaultConnectionArgs args, InvokeOptions options)
public static Output<GetFlowVaultConnectionResult> getFlowVaultConnection(GetFlowVaultConnectionArgs args, InvokeOptions options)
fn::invoke:
function: auth0:index/getFlowVaultConnection:getFlowVaultConnection
arguments:
# arguments dictionaryThe following arguments are supported:
- Id string
- The id of the Flow Vault Connection.
- Id string
- The id of the Flow Vault Connection.
- id String
- The id of the Flow Vault Connection.
- id string
- The id of the Flow Vault Connection.
- id str
- The id of the Flow Vault Connection.
- id String
- The id of the Flow Vault Connection.
getFlowVaultConnection Result
The following output properties are available:
- Account
Name string - Custom account name of the vault connection.
- App
Id string - App identifier of the vault connection.
- Environment string
- Environment of the vault connection.
- Fingerprint string
- Fingerprint of the vault connection.
- Id string
- The id of the Flow Vault Connection.
- Name string
- Name of the vault connection.
- Ready bool
- Indicates if the vault connection is configured.
- Setup Dictionary<string, string>
- Configuration of the vault connection. (Mapping information must be provided as key/value pairs)
- Account
Name string - Custom account name of the vault connection.
- App
Id string - App identifier of the vault connection.
- Environment string
- Environment of the vault connection.
- Fingerprint string
- Fingerprint of the vault connection.
- Id string
- The id of the Flow Vault Connection.
- Name string
- Name of the vault connection.
- Ready bool
- Indicates if the vault connection is configured.
- Setup map[string]string
- Configuration of the vault connection. (Mapping information must be provided as key/value pairs)
- account
Name String - Custom account name of the vault connection.
- app
Id String - App identifier of the vault connection.
- environment String
- Environment of the vault connection.
- fingerprint String
- Fingerprint of the vault connection.
- id String
- The id of the Flow Vault Connection.
- name String
- Name of the vault connection.
- ready Boolean
- Indicates if the vault connection is configured.
- setup Map<String,String>
- Configuration of the vault connection. (Mapping information must be provided as key/value pairs)
- account
Name string - Custom account name of the vault connection.
- app
Id string - App identifier of the vault connection.
- environment string
- Environment of the vault connection.
- fingerprint string
- Fingerprint of the vault connection.
- id string
- The id of the Flow Vault Connection.
- name string
- Name of the vault connection.
- ready boolean
- Indicates if the vault connection is configured.
- setup {[key: string]: string}
- Configuration of the vault connection. (Mapping information must be provided as key/value pairs)
- account_
name str - Custom account name of the vault connection.
- app_
id str - App identifier of the vault connection.
- environment str
- Environment of the vault connection.
- fingerprint str
- Fingerprint of the vault connection.
- id str
- The id of the Flow Vault Connection.
- name str
- Name of the vault connection.
- ready bool
- Indicates if the vault connection is configured.
- setup Mapping[str, str]
- Configuration of the vault connection. (Mapping information must be provided as key/value pairs)
- account
Name String - Custom account name of the vault connection.
- app
Id String - App identifier of the vault connection.
- environment String
- Environment of the vault connection.
- fingerprint String
- Fingerprint of the vault connection.
- id String
- The id of the Flow Vault Connection.
- name String
- Name of the vault connection.
- ready Boolean
- Indicates if the vault connection is configured.
- setup Map<String>
- Configuration of the vault connection. (Mapping information must be provided as key/value pairs)
Package Details
- Repository
- Auth0 pulumi/pulumi-auth0
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
auth0Terraform Provider.
Viewing docs for Auth0 v3.38.0
published on Friday, Feb 20, 2026 by Pulumi
published on Friday, Feb 20, 2026 by Pulumi
