package
0.0.0-20210831081626-d823fe11ceba
Repository: https://github.com/huaweicloud/golangsdk.git
Documentation: pkg.go.dev

# Packages

users unit tests.

# Functions

Create is the operation responsible for creating new users.
Delete is the operation responsible for permanently deleting a User.
ExtractRoles returns a slice of Roles contained in a single page of results.
ExtractUsers returns a slice of Users contained in a single page of results.
Get requests details on a single user, either by ID or Name.
List lists the existing users.
ListRoles lists the existing roles that can be assigned to users.
No description provided by the author
Update is the operation responsible for updating exist users by their ID.

# Structs

CommonOpts are the parameters that are shared between CreateOpts and UpdateOpts.
CreateResult represents the result of a Create operation.
DeleteResult represents the result of a Delete operation.
GetResult represents the result of a Get operation.
Role assigns specific responsibilities to users, allowing them to accomplish certain API operations whilst scoped to a service.
RolePage is a single page of a user Role collection.
UpdateResult represents the result of an Update operation.
User represents a user resource that exists on the API.
UserPage is a single page of a User collection.

# Interfaces

CreateOptsBuilder allows extensions to add additional parameters to the Create request.
UpdateOptsBuilder allows extensions to add additional parameters to the Update request.

# Type aliases

CreateOpts represents the options needed when creating new users.
UpdateOpts specifies the base attributes that may be updated on an existing server.