Categories
List categories
zero_trust.gateway.categories.list(CategoryListParams**kwargs) -> SyncSinglePage[Category]
GET/accounts/{account_id}/gateway/categories
ModelsExpand Collapse
class Category: …
class Category: …
class_: Optional[Literal["free", "premium", "blocked", 2 more]]Specify which account types can create policies for this category. blocked Blocks unconditionally for all accounts. removalPending Allows removal from policies but disables addition. noBlock Prevents blocking.
class_: Optional[Literal["free", "premium", "blocked", 2 more]]
Specify which account types can create policies for this category. blocked Blocks unconditionally for all accounts. removalPending Allows removal from policies but disables addition. noBlock Prevents blocking.
subcategories: Optional[List[Subcategory]]Provide all subcategories for this category.
subcategories: Optional[List[Subcategory]]
Provide all subcategories for this category.