Versions in this module Expand all Collapse all v1 v1.0.0 Dec 28, 2021 Changes in this version + func List(client *gophercloud.ServiceClient, userID string) pagination.Pager + type CreateOpts struct + TenantID string + func (opts CreateOpts) ToCredentialCreateMap() (map[string]interface{}, error) + type CreateResult struct + func Create(client *gophercloud.ServiceClient, userID string, opts CreateOpts) (r CreateResult) + func (r CreateResult) Extract() (*Credential, error) + type Credential struct + Access string + Links map[string]interface{} + Secret string + TenantID string + TrustID string + UserID string + func ExtractCredentials(r pagination.Page) ([]Credential, error) + type CredentialPage struct + func (r CredentialPage) IsEmpty() (bool, error) + func (r CredentialPage) NextPageURL() (string, error) + type DeleteResult struct + func Delete(client *gophercloud.ServiceClient, userID string, id string) (r DeleteResult) + type GetResult struct + func Get(client *gophercloud.ServiceClient, userID string, id string) (r GetResult) + func (r GetResult) Extract() (*Credential, error) Other modules containing this package github.com/pierreprinetti/gophercloud/v2 github.com/pierreprinetti/gophercloud/v3