Skip to main content

Cloudflare/dex

@swamp/cloudflare/dexv2026.06.24.1· 13d agoMODELS
01README

Cloudflare dex infrastructure models

02Release Notes
  • Updated: dex_tests
03Models2
@swamp/cloudflare/dex/dex-testsv2026.06.24.1dex_tests.ts

Global Arguments

ArgumentTypeDescription
account_idstringCloudflare account ID
dataobjectThe configuration object which contains the details for the WARP client to conduct the test.
description?stringAdditional details about the test.
enabledbooleanDetermines whether or not the test is active.
intervalstringHow often the test will run.
namestringThe name of the DEX test. Must be unique.
target_policies?arrayDEX rules targeted by this test
targeted?boolean
test_id?stringThe unique identifier for the test.
apiToken?stringCloudflare API token; overrides the CLOUDFLARE_API_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
apiKey?stringCloudflare API key for the legacy key+email auth path; overrides the CLOUDFLARE_API_KEY environment variable. Wire with a vault.get(...) expression. Requires email.
email?stringCloudflare account email for the legacy key+email auth path; overrides the CLOUDFLARE_EMAIL environment variable. Requires apiKey.
fn create()
Create a Dex Tests
fn get(id: string)
Get a Dex Tests
ArgumentTypeDescription
idstringThe ID of the Dex Tests
fn update()
Update Dex Tests attributes
fn delete(id: string)
Delete the Dex Tests
ArgumentTypeDescription
idstringThe ID of the Dex Tests
fn sync()
Sync Dex Tests state from Cloudflare

Resources

state(infinite)— Dex Tests resource state
@swamp/cloudflare/dex/rulesv2026.06.08.1rules.ts

Global Arguments

ArgumentTypeDescription
account_idstringCloudflare account ID
description?string
matchstringThe wirefilter expression to match.
namestringThe name of the Rule.
apiToken?stringCloudflare API token; overrides the CLOUDFLARE_API_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
apiKey?stringCloudflare API key for the legacy key+email auth path; overrides the CLOUDFLARE_API_KEY environment variable. Wire with a vault.get(...) expression. Requires email.
email?stringCloudflare account email for the legacy key+email auth path; overrides the CLOUDFLARE_EMAIL environment variable. Requires apiKey.
fn create()
Create a Rules
fn get(id: string)
Get a Rules
ArgumentTypeDescription
idstringThe ID of the Rules
fn update()
Update Rules attributes
fn delete(id: string)
Delete the Rules
ArgumentTypeDescription
idstringThe ID of the Rules
fn sync()
Sync Rules state from Cloudflare

Resources

state(infinite)— Rules resource state
04Previous Versions3
2026.06.08.2Jun 8, 2026
  • Updated: dex_tests
  • Updated: rules
2026.05.29.1May 29, 2026
  • Updated: dex_tests
  • Updated: rules
2026.05.22.1May 22, 2026
  • Added: dex_tests
  • Added: rules
05Stats
A
100 / 100
Downloads
0
Archive size
12.1 KB
Verified by Swamp
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types (deprecated)1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository2/2earned
06Platforms
07Labels