---
title: Entitlements
---

[Skip to content](#%5Ftop) 

[API Reference](https://developers.cloudflare.com/api/python)

[Tenants](https://developers.cloudflare.com/api/python/resources/tenants)

Copy Markdown

Open in **Claude**

Open in **ChatGPT**

Open in **Cursor**

---

**Copy Markdown**

**View as Markdown**

# Entitlements

##### [List tenant entitlements](https://developers.cloudflare.com/api/python/resources/tenants/subresources/entitlements/methods/get)

tenants.entitlements.get(strtenant\_id)  \-> [TenantEntitlements](https://developers.cloudflare.com/api/python/resources/tenants#%28resource%29%20tenants.entitlements%20%3E%20%28model%29%20tenant%5Fentitlements%20%3E%20%28schema%29)

GET/tenants/{tenant\_id}/entitlements

##### ModelsExpand Collapse 

class TenantEntitlements: …

allow\_add\_subdomain: AllowAddSubdomain

type: Literal\["bool"\]

value: bool

allow\_auto\_accept\_invites: AllowAutoAcceptInvites

type: Literal\["bool"\]

value: bool

cname\_setup\_allowed: CNAMESetupAllowed

type: Literal\["bool"\]

value: bool

custom\_entitlements: Optional\[List\[CustomEntitlement\]\]

allocation: CustomEntitlementAllocation

One of the following:

class CustomEntitlementAllocationOrganizationsAPIMaxCountAllocation: …

type: Literal\["max\_count"\]

value: int

class CustomEntitlementAllocationOrganizationsAPIBoolAllocation: …

type: Literal\["bool"\]

value: bool

class CustomEntitlementAllocationOrganizationsAPINullAllocation: …

type: Literal\[""\]

value: Optional\[object\]

feature: CustomEntitlementFeature

key: str

mhs\_certificate\_count: MhsCertificateCount

type: Literal\["max\_count"\]

value: int

partial\_setup\_allowed: PartialSetupAllowed

type: Literal\["bool"\]

value: bool