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

# Packages

No description provided by the author

# Functions

Add a user into one group.
Create creates a new User.
Delete deletes a user.
ExtractUsers returns a slice of Users contained in a single page of results.
Get retrieves details on a single user, by ID.
List enumerates the Users to which the current token has access.
ListGroups enumerates groups user belongs to.
ListInGroup enumerates users that belong to a group.
ListProjects enumerates groups user belongs to.
Remove user from group.
Update updates an existing User.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
CreateOpts provides options used to create a user.
CreateResult is the response from a Create operation.
DeleteResult is the response from a Delete operation.
GetResult is the response from a Get operation.
ListOpts provides options to filter the List results.
UpdateOpts provides options for updating a user account.
UpdateResult is the response from an Update operation.
User represents a User in the OpenStack Identity Service.
UserPage is a single page of User results.

# Interfaces

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

# Type aliases

Option is a specific option defined at the API to enable features on a user account.