Documentation ¶ Index ¶ type Driver func (d *Driver) AddRole() func (d *Driver) AddUser() func (d *Driver) DelRole() func (d *Driver) DelUser() func (d *Driver) ListUsers(ctx context.Context) ([]schema.User, error) func (d *Driver) NewClient() (*ram.Client, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Driver ¶ type Driver struct { Cred *credentials.StsTokenCredential Region string UserName string Password string RoleName string AccountId string } func (*Driver) AddRole ¶ func (d *Driver) AddRole() func (*Driver) AddUser ¶ func (d *Driver) AddUser() func (*Driver) DelRole ¶ func (d *Driver) DelRole() func (*Driver) DelUser ¶ func (d *Driver) DelUser() func (*Driver) ListUsers ¶ func (d *Driver) ListUsers(ctx context.Context) ([]schema.User, error) func (*Driver) NewClient ¶ func (d *Driver) NewClient() (*ram.Client, error) Source Files ¶ View all Source files policies.goroleadd.goroledel.gouseradd.gouserdel.gousers.go Click to show internal directories. Click to hide internal directories.