Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PoliciesWalkFunc ¶ added in v1.9.12
type Role ¶
type Role interface {
List() ([]sdktps.Role, liberr.Error)
Check(name string) (string, liberr.Error)
Add(name, role string) (string, liberr.Error)
Delete(roleName string) liberr.Error
PolicyAttach(policyARN, roleName string) liberr.Error
PolicyDetach(policyARN, roleName string) liberr.Error
PolicyListAttached(roleName string) ([]sdktps.AttachedPolicy, liberr.Error)
PolicyAttachedList(roleName, marker string) ([]sdktps.AttachedPolicy, string, liberr.Error)
PolicyAttachedWalk(roleName string, fct PoliciesWalkFunc) liberr.Error
}
Click to show internal directories.
Click to hide internal directories.