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 DataConsumed
- type DatacenterSearchParameters
- type DeviceGroups
- type Devices
- type IDCustom
- type IDExtensions
- type IDName
- type IDNameExtensions
- 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 DataConsumed ¶
type DeviceGroups ¶
type IDExtensions ¶
type IDNameExtensions ¶
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.