Versions in this module Expand all Collapse all v0 v0.99.1 Oct 31, 2019 v0.99.0 Oct 31, 2019 Changes in this version + func List(client *gophercloud.ServiceClient, userID string, opts ListOptsBuilder) pagination.Pager + type ApplicationCredential struct + Description string + ExpiresAt time.Time + ID string + Links map[string]interface{} + Name string + ProjectID string + Roles []Role + Secret string + Unrestricted bool + func ExtractApplicationCredentials(r pagination.Page) ([]ApplicationCredential, error) + func (r *ApplicationCredential) UnmarshalJSON(b []byte) error + type ApplicationCredentialPage struct + func (r ApplicationCredentialPage) IsEmpty() (bool, error) + func (r ApplicationCredentialPage) NextPageURL() (string, error) + type CreateOpts struct + Description string + ExpiresAt string + Name string + Roles []Role + Secret string + Unrestricted bool + func (opts CreateOpts) ToApplicationCredentialCreateMap() (map[string]interface{}, error) + type CreateOptsBuilder interface + ToApplicationCredentialCreateMap func() (map[string]interface{}, error) + type CreateResult struct + func Create(client *gophercloud.ServiceClient, userID string, opts CreateOptsBuilder) (r CreateResult) + func (r CreateResult) Extract() (*ApplicationCredential, 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() (*ApplicationCredential, error) + type ListOpts struct + Name string + func (opts ListOpts) ToApplicationCredentialListQuery() (string, error) + type ListOptsBuilder interface + ToApplicationCredentialListQuery func() (string, error) + type Role struct + DomainID string + ID string + Name string