Documentation
¶
Index ¶
- type Driver
- func (d *Driver) AddRole() (schema.IAMResult, error)
- func (d *Driver) AddUser() (schema.IAMResult, error)
- func (d *Driver) DelRole() (schema.IAMResult, error)
- func (d *Driver) DelUser() (schema.IAMResult, error)
- func (d *Driver) ListUsers(ctx context.Context) ([]schema.User, error)
- func (d *Driver) SetClientOptions(opts ...api.Option)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Driver ¶
type Driver struct {
Credential auth.Credential
UserName string
Password string
RoleName string
Uin string
// contains filtered or unexported fields
}
func (*Driver) SetClientOptions ¶ added in v0.2.1
Click to show internal directories.
Click to hide internal directories.