Documentation ¶
Index ¶
- Constants
- func GetPageSize() int
- func GetSortParams(sortBy SortField, sortOrder SortOrder) string
- func ReadAllPages[T any](client *zia.Client, endpoint string, list *[]T) error
- func ReadPage[T any](client *zia.Client, endpoint string, page int, list *[]T) error
- type DatacenterSearchParameters
- type DeviceGroups
- type Devices
- type IDCustom
- type IDExtensions
- type IDName
- type IDNameExtensions
- type IDNameWorkloadGroup
- type SandboxRSS
- type Service
- 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 ¶ added in v2.2.0
Types ¶
type DatacenterSearchParameters ¶ added in v2.2.0
type DeviceGroups ¶
type IDExtensions ¶
type IDNameExtensions ¶
type IDNameWorkloadGroup ¶ added in v2.3.7
type SandboxRSS ¶ added in v2.2.0
type UserDepartment ¶
type UserGroups ¶
type ZPAAppSegments ¶ added in v2.3.4
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.