Skip to content
Start here

Entitlements

List tenant entitlements
tenants.entitlements.get(strtenant_id) -> TenantEntitlements
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