package
0.0.0-20240909034204-207f58c0b9a3
Repository: https://github.com/chnsz/golangsdk.git
Documentation: pkg.go.dev

# Functions

Create creates a new User.
Get retrieves details on a single user, by ID.
Get retrieves details on a single user login protect, by user ID.
Update updates an existing User.
UpdateLoginProtect updates login protect for user account.

# Structs

CreateOpts provides options used to create a user.
CreateResult is the response from a Create operation.
GetLoginProtectResult is the response from a GetLoginProtect operation.
GetResult is the response from a Get operation.
LoginProtect represents a LoginProtect in the OpenStack Identity LoginProtect Service.
UpdateLoginProtectOpts provides options for updating a user account login protect.
UpdateLoginProtectResult is the response from an UpdateLoginProtect operation.
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.

# Interfaces

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