Documentation ¶
Index ¶
- Constants
- func GetPageSize() int
- func GetSortParams(sortBy SortField, sortOrder SortOrder) string
- func ReadAllPages[T any](ctx context.Context, client *zscaler.Client, endpoint string, list *[]T) error
- func ReadPage[T any](ctx context.Context, client *zscaler.Client, endpoint string, page int, ...) error
- type CommonApplication
- type DataConsumed
- type DatacenterSearchParameters
- type DeviceGroups
- type Devices
- type IDCustom
- type IDExtensions
- type IDName
- type IDNameExtensions
- type IDNameExternalID
- type IDNameWorkloadGroup
- type Order
- type SandboxRSS
- type SortField
- type SortOrder
- type UserDepartment
- type UserGroups
- type ZPAAppSegments
Constants ¶
View Source
const ( ASCSortOrder SortOrder = "ASC" DESCSortOrder = "DESC" IDSortField SortField = "id" NameSortField = "name" CreationTimeSortField = "creationTime" ModifiedTimeSortField = "modifiedTime" )
Variables ¶
This section is empty.
Functions ¶
func GetSortParams ¶
func ReadAllPages ¶
Types ¶
type CommonApplication ¶ added in v3.0.11
type CommonApplication struct { Val int `json:"val"` WebApplicationClass string `json:"webApplicationClass"` BackendName string `json:"backendName"` OriginalName string `json:"originalName"` Name string `json:"name"` Deprecated bool `json:"deprecated"` Misc bool `json:"misc"` AppNotReady bool `json:"appNotReady"` UnderMigration bool `json:"underMigration"` AppCatModified bool `json:"appCatModified"` }
type DataConsumed ¶
type DeviceGroups ¶
type IDExtensions ¶
type IDNameExtensions ¶
type IDNameExternalID ¶ added in v3.0.11
type IDNameWorkloadGroup ¶
type SandboxRSS ¶
type UserDepartment ¶
type UserGroups ¶
type ZPAAppSegments ¶
type ZPAAppSegments struct { // A unique identifier assigned to the Application Segment ID int `json:"id"` // The name of the Application Segment Name string `json:"name,omitempty"` // Indicates the external ID. Applicable only when this reference is of an external entity. ExternalID string `json:"externalId"` }
Click to show internal directories.
Click to hide internal directories.