Documentation ¶
Index ¶
- type Department
- func GetAll(ctx context.Context, service *zscaler.Service) ([]Department, error)
- func GetDepartments(ctx context.Context, service *zscaler.Service, departmentID int) (*Department, error)
- func GetDepartmentsByName(ctx context.Context, service *zscaler.Service, departmentName string) (*Department, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Department ¶
type Department struct { // Department ID ID int `json:"id"` // Department name Name string `json:"name,omitempty"` // Identity provider (IdP) ID IdpID int `json:"idpId"` // Additional information about this department Comments string `json:"comments,omitempty"` Deleted bool `json:"deleted"` }
func GetDepartments ¶
func GetDepartmentsByName ¶
Click to show internal directories.
Click to hide internal directories.