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

# Packages

tenants unit tests.

# Functions

Create is the operation responsible for creating new tenant.
Delete is the operation responsible for permanently deleting a tenant.
ExtractTenants returns a slice of Tenants contained in a single page of results.
Get requests details on a single tenant by ID.
List enumerates the Tenants to which the current token has access.
Update is the operation responsible for updating exist tenants by their TenantID.

# Structs

CreateOpts represents the options needed when creating new tenant.
CreateResult is the response from a Create request.
DeleteResult is the response from a Get request.
GetResult is the response from a Get request.
ListOpts filters the Tenants that are returned by the List call.
Tenant is a grouping of users in the identity service.
TenantPage is a single page of Tenant results.
UpdateOpts specifies the base attributes that may be updated on an existing tenant.
UpdateResult is the response from a Update request.

# Interfaces

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