Skip to content
Start here

Categories

List categories
client.zeroTrust.gateway.categories.list(CategoryListParams { account_id } params, RequestOptionsoptions?): SinglePage<Category { id, beta, class, 3 more } >
GET/accounts/{account_id}/gateway/categories
ModelsExpand Collapse
Category { id, beta, class, 3 more }
id?: number

Identify this category. Only one category per ID.

beta?: boolean

Indicate whether the category is in beta and subject to change.

class?: "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.

One of the following:
"free"
"premium"
"blocked"
"removalPending"
"noBlock"
description?: string

Provide a short summary of domains in the category.

name?: string

Specify the category name.

subcategories?: Array<Subcategory>

Provide all subcategories for this category.

id?: number

Identify this category. Only one category per ID.

beta?: boolean

Indicate whether the category is in beta and subject to change.

class?: "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.

One of the following:
"free"
"premium"
"blocked"
"removalPending"
"noBlock"
description?: string

Provide a short summary of domains in the category.

name?: string

Specify the category name.