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 GetGroupByName ¶
Click to show internal directories.
Click to hide internal directories.