Data Source: auth0_connection

Data source to retrieve a specific Auth0 connection by connection_id or name.

Example Usage

# An Auth0 Connection loaded using its name.
data "auth0_connection" "some-connection-by-name" {
  name = "Acceptance-Test-Connection-{{.testName}}"
}

# An Auth0 Connection loaded using its ID.
data "auth0_connection" "some-connection-by-id" {
  connection_id = "con_abcdefghkijklmnopqrstuvwxyz0123456789"
}

Schema

Optional

Read-Only

Nested Schema for options

Read-Only:

Nested Schema for options.attribute_map

Read-Only:

Nested Schema for options.connection_settings

Read-Only:

Nested Schema for options.decryption_key

Read-Only:

Nested Schema for options.gateway_authentication

Read-Only:

Nested Schema for options.idp_initiated

Read-Only:

Nested Schema for options.mfa

Read-Only:

Nested Schema for options.password_complexity_options

Read-Only:

Nested Schema for options.password_dictionary

Read-Only:

Nested Schema for options.password_history

Read-Only:

Nested Schema for options.password_no_personal_info

Read-Only:

Nested Schema for options.signing_key

Read-Only:

Nested Schema for options.totp

Read-Only:

Nested Schema for options.validation

Read-Only:

Nested Schema for options.validation.username

Read-Only: