AccessOrganization
Source:
src/Cloudflare/Access/Organization.ts
Account-level Cloudflare Zero Trust organization settings — the team domain, login branding, session lifetimes, WARP authentication toggle, etc.
Wraps PUT /accounts/{account_id}/access/organizations.
Configuring the organization
Section titled “Configuring the organization”const org = yield* Cloudflare.AccessOrganization("Org", { authDomain: "acme.cloudflareaccess.com", name: "Acme", sessionDuration: "24h", allowAuthenticateViaWarp: true, loginDesign: { logoPath: "https://acme.example/logo.png", backgroundColor: "#111111", textColor: "#ffffff", },});