GetZeroTrustGatewayCategoriesListResult

data class GetZeroTrustGatewayCategoriesListResult(val beta: Boolean, val class: String, val description: String, val id: Int, val name: String, val subcategories: List<GetZeroTrustGatewayCategoriesListResultSubcategory>)

Constructors

Link copied to clipboard
constructor(beta: Boolean, class: String, description: String, id: Int, name: String, subcategories: List<GetZeroTrustGatewayCategoriesListResultSubcategory>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

True if the category is in beta and subject to change.

Link copied to clipboard

Which account types are allowed to create policies based on this category. blocked categories are blocked unconditionally for all accounts. removalPending categories can be removed from policies but not added. noBlock categories cannot be blocked. Available values: "free", "premium", "blocked", "removalPending", "noBlock".

Link copied to clipboard

A short summary of domains in the category.

Link copied to clipboard
val id: Int

The identifier for this category. There is only one category per ID.

Link copied to clipboard

The name of the category.

Link copied to clipboard