Viewing docs for Auth0 v3.45.0
published on Monday, Jun 1, 2026 by Pulumi
published on Monday, Jun 1, 2026 by Pulumi
Viewing docs for Auth0 v3.45.0
published on Monday, Jun 1, 2026 by Pulumi
published on Monday, Jun 1, 2026 by Pulumi
Data source to retrieve all connected accounts for a specific Auth0 user.
Using getUserConnectedAccounts
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 getUserConnectedAccounts(args: GetUserConnectedAccountsArgs, opts?: InvokeOptions): Promise<GetUserConnectedAccountsResult>
function getUserConnectedAccountsOutput(args: GetUserConnectedAccountsOutputArgs, opts?: InvokeOptions): Output<GetUserConnectedAccountsResult>def get_user_connected_accounts(user_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetUserConnectedAccountsResult
def get_user_connected_accounts_output(user_id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetUserConnectedAccountsResult]func GetUserConnectedAccounts(ctx *Context, args *GetUserConnectedAccountsArgs, opts ...InvokeOption) (*GetUserConnectedAccountsResult, error)
func GetUserConnectedAccountsOutput(ctx *Context, args *GetUserConnectedAccountsOutputArgs, opts ...InvokeOption) GetUserConnectedAccountsResultOutput> Note: This function is named GetUserConnectedAccounts in the Go SDK.
public static class GetUserConnectedAccounts
{
public static Task<GetUserConnectedAccountsResult> InvokeAsync(GetUserConnectedAccountsArgs args, InvokeOptions? opts = null)
public static Output<GetUserConnectedAccountsResult> Invoke(GetUserConnectedAccountsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetUserConnectedAccountsResult> getUserConnectedAccounts(GetUserConnectedAccountsArgs args, InvokeOptions options)
public static Output<GetUserConnectedAccountsResult> getUserConnectedAccounts(GetUserConnectedAccountsArgs args, InvokeOptions options)
fn::invoke:
function: auth0:index/getUserConnectedAccounts:getUserConnectedAccounts
arguments:
# arguments dictionarydata "auth0_getuserconnectedaccounts" "name" {
# arguments
}The following arguments are supported:
- User
Id string - The ID of the user.
- User
Id string - The ID of the user.
- user_
id string - The ID of the user.
- user
Id String - The ID of the user.
- user
Id string - The ID of the user.
- user_
id str - The ID of the user.
- user
Id String - The ID of the user.
getUserConnectedAccounts Result
The following output properties are available:
- Connected
Accounts List<GetUser Connected Accounts Connected Account> - List of connected accounts for the user.
- Id string
- The provider-assigned unique ID for this managed resource.
- User
Id string - The ID of the user.
- Connected
Accounts []GetUser Connected Accounts Connected Account - List of connected accounts for the user.
- Id string
- The provider-assigned unique ID for this managed resource.
- User
Id string - The ID of the user.
- connected_
accounts list(object) - List of connected accounts for the user.
- id string
- The provider-assigned unique ID for this managed resource.
- user_
id string - The ID of the user.
- connected
Accounts List<GetUser Connected Accounts Connected Account> - List of connected accounts for the user.
- id String
- The provider-assigned unique ID for this managed resource.
- user
Id String - The ID of the user.
- connected
Accounts GetUser Connected Accounts Connected Account[] - List of connected accounts for the user.
- id string
- The provider-assigned unique ID for this managed resource.
- user
Id string - The ID of the user.
- connected_
accounts Sequence[GetUser Connected Accounts Connected Account] - List of connected accounts for the user.
- id str
- The provider-assigned unique ID for this managed resource.
- user_
id str - The ID of the user.
- connected
Accounts List<Property Map> - List of connected accounts for the user.
- id String
- The provider-assigned unique ID for this managed resource.
- user
Id String - The ID of the user.
Supporting Types
GetUserConnectedAccountsConnectedAccount
- Access
Type string - The access type for the connected account.
- Connection string
- The name of the connection associated with the account.
- Connection
Id string - The unique identifier of the connection associated with the account.
- Created
At string - ISO 8601 timestamp when the connected account was created.
- Expires
At string - ISO 8601 timestamp when the connected account expires. Empty string if not set.
- Id string
- The unique identifier for the connected account.
- Organization
Id string - The identifier of the organization associated with the connected account. Empty string if not set.
- Scopes List<string>
- The scopes granted for this connected account.
- Strategy string
- The authentication strategy used by the connection.
- Access
Type string - The access type for the connected account.
- Connection string
- The name of the connection associated with the account.
- Connection
Id string - The unique identifier of the connection associated with the account.
- Created
At string - ISO 8601 timestamp when the connected account was created.
- Expires
At string - ISO 8601 timestamp when the connected account expires. Empty string if not set.
- Id string
- The unique identifier for the connected account.
- Organization
Id string - The identifier of the organization associated with the connected account. Empty string if not set.
- Scopes []string
- The scopes granted for this connected account.
- Strategy string
- The authentication strategy used by the connection.
- access_
type string - The access type for the connected account.
- connection string
- The name of the connection associated with the account.
- connection_
id string - The unique identifier of the connection associated with the account.
- created_
at string - ISO 8601 timestamp when the connected account was created.
- expires_
at string - ISO 8601 timestamp when the connected account expires. Empty string if not set.
- id string
- The unique identifier for the connected account.
- organization_
id string - The identifier of the organization associated with the connected account. Empty string if not set.
- scopes list(string)
- The scopes granted for this connected account.
- strategy string
- The authentication strategy used by the connection.
- access
Type String - The access type for the connected account.
- connection String
- The name of the connection associated with the account.
- connection
Id String - The unique identifier of the connection associated with the account.
- created
At String - ISO 8601 timestamp when the connected account was created.
- expires
At String - ISO 8601 timestamp when the connected account expires. Empty string if not set.
- id String
- The unique identifier for the connected account.
- organization
Id String - The identifier of the organization associated with the connected account. Empty string if not set.
- scopes List<String>
- The scopes granted for this connected account.
- strategy String
- The authentication strategy used by the connection.
- access
Type string - The access type for the connected account.
- connection string
- The name of the connection associated with the account.
- connection
Id string - The unique identifier of the connection associated with the account.
- created
At string - ISO 8601 timestamp when the connected account was created.
- expires
At string - ISO 8601 timestamp when the connected account expires. Empty string if not set.
- id string
- The unique identifier for the connected account.
- organization
Id string - The identifier of the organization associated with the connected account. Empty string if not set.
- scopes string[]
- The scopes granted for this connected account.
- strategy string
- The authentication strategy used by the connection.
- access_
type str - The access type for the connected account.
- connection str
- The name of the connection associated with the account.
- connection_
id str - The unique identifier of the connection associated with the account.
- created_
at str - ISO 8601 timestamp when the connected account was created.
- expires_
at str - ISO 8601 timestamp when the connected account expires. Empty string if not set.
- id str
- The unique identifier for the connected account.
- organization_
id str - The identifier of the organization associated with the connected account. Empty string if not set.
- scopes Sequence[str]
- The scopes granted for this connected account.
- strategy str
- The authentication strategy used by the connection.
- access
Type String - The access type for the connected account.
- connection String
- The name of the connection associated with the account.
- connection
Id String - The unique identifier of the connection associated with the account.
- created
At String - ISO 8601 timestamp when the connected account was created.
- expires
At String - ISO 8601 timestamp when the connected account expires. Empty string if not set.
- id String
- The unique identifier for the connected account.
- organization
Id String - The identifier of the organization associated with the connected account. Empty string if not set.
- scopes List<String>
- The scopes granted for this connected account.
- strategy String
- The authentication strategy used by the connection.
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.45.0
published on Monday, Jun 1, 2026 by Pulumi
published on Monday, Jun 1, 2026 by Pulumi