Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Group ¶
type Group interface { UserList(username string) ([]string, error) DetachGroups(prefix string) ([]string, error) UserCheck(username, groupName string) (error, bool) UserAdd(username, groupName string) error UserRemove(username, groupName string) error Walk(prefix string, fct GroupFunc) error List() (map[string]string, error) Add(groupName string) error Remove(groupName string) error PolicyList(groupName string) (map[string]string, error) PolicyAttach(groupName, polArn string) error PolicyDetach(groupName, polArn string) error PolicyAttachedList(groupName, marker string) ([]sdktps.AttachedPolicy, string, error) PolicyAttachedWalk(groupName string, fct PoliciesWalkFunc) error }
type PoliciesWalkFunc ¶ added in v1.9.12
type PoliciesWalkFunc func(err error, pol sdktps.AttachedPolicy) error
Click to show internal directories.
Click to hide internal directories.