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, liberr.Error) UserCheck(username, groupName string) (liberr.Error, bool) UserAdd(username, groupName string) liberr.Error UserRemove(username, groupName string) liberr.Error List() (map[string]string, liberr.Error) Add(groupName string) liberr.Error Remove(groupName string) liberr.Error PolicyList(groupName string) (map[string]string, liberr.Error) PolicyAttach(groupName, polArn string) liberr.Error PolicyDetach(groupName, polArn string) liberr.Error PolicyAttachedList(groupName, marker string) ([]sdktps.AttachedPolicy, string, liberr.Error) PolicyAttachedWalk(groupName string, fct PoliciesWalkFunc) liberr.Error }
type PoliciesWalkFunc ¶ added in v1.9.12
Click to show internal directories.
Click to hide internal directories.