groups

package
v3.0.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 14, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Groups

type Groups struct {
	// Unique identfier for the group
	ID int `json:"id"`

	// Group name
	Name string `json:"name,omitempty"`

	// Unique identfier for the identity provider (IdP)
	IdpID int `json:"idpId"`

	// Additional information about the group
	Comments string `json:"comments,omitempty"`
}

func GetAllGroups

func GetAllGroups(ctx context.Context, service *zscaler.Service) ([]Groups, error)

func GetGroupByName

func GetGroupByName(ctx context.Context, service *zscaler.Service, targetGroup string) (*Groups, error)

func GetGroups

func GetGroups(ctx context.Context, service *zscaler.Service, groupID int) (*Groups, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL