Skip to content

Commit 29549c2

Browse files
committed
Add info about tiered accounts
1 parent ec0ee39 commit 29549c2

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/content/docs/cloudflare-one/policies/gateway/managed-service-providers.mdx

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,18 @@ Once you have provisioned your customer's Cloudflare accounts, you can create [D
2323

2424
## Account types
2525

26-
The Gateway Tenant platform supports parent-child and siloed accounts.
26+
The Gateway Tenant platform supports tiered and siloed accounts.
2727

28-
### Parent-child accounts
28+
### Tiered accounts
2929

30-
In a parent-child configuration, a top-level parent account enforces global security policies that apply to all child accounts. Child accounts can configure, override, or add policies as needed while still managed by the parent account.
30+
{/* <!-- TODO: convert first diagram from blog post to mermaid flowchart --> */}
3131

32-
Parent account policy is evaluated before a child account policy. If the parent policy has selected 'allow child bypass' the child can override the parent policy.
32+
In a tiered account configuration, a top-level parent account enforces global security policies that apply to all of its child accounts. Child accounts can override or add policies as needed while still managed by the parent account.
3333

34-
{/* <!-- Where is the 'Allow child bypass' setting? Do we need to surface this publicly? --> */}
34+
Gateway evaluates parent account policies before a child account policies. To allow a child account to override a parent account's policy, you can use the [Update a Zero Trust Gateway rule](/api/resources/zero_trust/subresources/gateway/subresources/rules/methods/update/) endpoint to set the policy's `allow_child_bypass` rule setting to `true`.
3535

3636
### Siloed accounts
3737

38+
{/* <!-- TODO: convert second diagram from blog post to mermaid flowchart --> */}
39+
3840
Each account operates independently within the same tenant. Each account manages its own security policies, resources, and configurations separately.

0 commit comments

Comments
 (0)