Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
type User interface {
List() (map[string]string, liberr.Error)
Get(username string) (*sdkitp.User, liberr.Error)
Create(username string) liberr.Error
Delete(username string) liberr.Error
PolicyPut(policyDocument, policyName, username string) liberr.Error
PolicyAttach(policyARN, username string) liberr.Error
LoginCheck(username string) liberr.Error
LoginCreate(username, password string) liberr.Error
LoginDelete(username string) liberr.Error
AccessList(username string) (map[string]bool, liberr.Error)
AccessCreate(username string) (string, string, liberr.Error)
AccessDelete(username, accessKey string) liberr.Error
}
Click to show internal directories.
Click to hide internal directories.