Skip to content
Start here

DEX

DEXRules

resource cloudflare_zero_trust_dex_rule

required Expand Collapse
account_id: String
match: String

The wirefilter expression to match.

name: String

The name of the Rule.

optional Expand Collapse
description?: String
computed Expand Collapse
id: String

API Resource UUID tag.

created_at: String
updated_at: String
targeted_tests: List[Attributes]
data: Attributes

The configuration object which contains the details for the WARP client to conduct the test.

host: String

The desired endpoint to test.

kind: String

The type of test.

method: String

The HTTP request method type.

enabled: Bool
name: String
test_id: String

cloudflare_zero_trust_dex_rule

resource "cloudflare_zero_trust_dex_rule" "example_zero_trust_dex_rule" {
  account_id = "01a7362d577a6c3019a474fd6f485823"
  match = "match"
  name = "name"
  description = "description"
}

data cloudflare_zero_trust_dex_rule

required Expand Collapse
rule_id: String

API Resource UUID tag.

account_id: String
computed Expand Collapse
id: String

API Resource UUID tag.

created_at: String
description: String
match: String
name: String
updated_at: String
targeted_tests: List[Attributes]
data: Attributes

The configuration object which contains the details for the WARP client to conduct the test.

host: String

The desired endpoint to test.

kind: String

The type of test.

method: String

The HTTP request method type.

enabled: Bool
name: String
test_id: String

cloudflare_zero_trust_dex_rule

data "cloudflare_zero_trust_dex_rule" "example_zero_trust_dex_rule" {
  account_id = "01a7362d577a6c3019a474fd6f485823"
  rule_id = "f174e90a-fafe-4643-bbbc-4a0ed4fc8415"
}

data cloudflare_zero_trust_dex_rules

required Expand Collapse
account_id: String
optional Expand Collapse
name?: String

Filter results by rule name

sort_by?: String

Which property to sort results by

sort_order?: String

Sort direction for sort_by property

max_items?: Int64

Max items to fetch, default: 1000

computed Expand Collapse
result: List[Attributes]

The items returned by the data source

rules: List[Attributes]
id: String

API Resource UUID tag.

created_at: String
match: String
name: String
description: String
targeted_tests: List[Attributes]
data: Attributes

The configuration object which contains the details for the WARP client to conduct the test.

host: String

The desired endpoint to test.

kind: String

The type of test.

method: String

The HTTP request method type.

enabled: Bool
name: String
test_id: String
updated_at: String

cloudflare_zero_trust_dex_rules

data "cloudflare_zero_trust_dex_rules" "example_zero_trust_dex_rules" {
  account_id = "01a7362d577a6c3019a474fd6f485823"
  name = "name"
}