Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Departments ¶
type GetDepartmentsFilters ¶
type GetDepartmentsFilters struct { common.GetFromToFilters // The Zscaler location (ID). You can add multiple location IDs. Loc []int `json:"loc,omitempty" url:"loc,omitempty"` //The search string used to support search by name or department ID. Search string `json:"search,omitempty" url:"search,omitempty"` }
type GetLocationsFilters ¶
type GetLocationsFilters struct { common.GetFromToFilters // The Zscaler location (ID). You can add multiple location IDs. Loc []int `json:"loc,omitempty" url:"loc,omitempty"` //The search string used to support search by name or department ID. Search string `json:"q,omitempty" url:"q,omitempty"` }
type Service ¶
func (*Service) GetDepartments ¶
func (service *Service) GetDepartments(appID string, filters GetDepartmentsFilters) (*Departments, *http.Response, error)
Gets configured departments.
func (*Service) GetLocations ¶
func (service *Service) GetLocations(appID string, filters GetLocationsFilters) (*Locations, *http.Response, error)
Gets configured departments.
Click to show internal directories.
Click to hide internal directories.