Versions in this module Expand all Collapse all v1 v1.0.0 Dec 28, 2021 Changes in this version + func ExtractRBACPolicesInto(r pagination.Page, v interface{}) error + func List(c *gophercloud.ServiceClient, opts ListOptsBuilder) pagination.Pager + type CreateOpts struct + Action PolicyAction + ObjectID string + ObjectType string + TargetTenant string + func (opts CreateOpts) ToRBACPolicyCreateMap() (map[string]interface{}, error) + type CreateOptsBuilder interface + ToRBACPolicyCreateMap func() (map[string]interface{}, error) + type CreateResult struct + func Create(c *gophercloud.ServiceClient, opts CreateOptsBuilder) (r CreateResult) + func (r CreateResult) Extract() (*RBACPolicy, error) + func (r CreateResult) ExtractInto(v interface{}) error + type DeleteResult struct + func Delete(c *gophercloud.ServiceClient, rbacPolicyID string) (r DeleteResult) + type GetResult struct + func Get(c *gophercloud.ServiceClient, id string) (r GetResult) + func (r GetResult) Extract() (*RBACPolicy, error) + func (r GetResult) ExtractInto(v interface{}) error + type ListOpts struct + Action PolicyAction + Limit int + Marker string + NotTags string + NotTagsAny string + ObjectID string + ObjectType string + ProjectID string + SortDir string + SortKey string + Tags string + TagsAny string + TargetTenant string + TenantID string + func (opts ListOpts) ToRBACPolicyListQuery() (string, error) + type ListOptsBuilder interface + ToRBACPolicyListQuery func() (string, error) + type PolicyAction string + const ActionAccessExternal + const ActionAccessShared + type RBACPolicy struct + Action PolicyAction + ID string + ObjectID string + ObjectType string + ProjectID string + Tags []string + TargetTenant string + TenantID string + func ExtractRBACPolicies(r pagination.Page) ([]RBACPolicy, error) + type RBACPolicyPage struct + func (r RBACPolicyPage) IsEmpty() (bool, error) + type UpdateOpts struct + TargetTenant string + func (opts UpdateOpts) ToRBACPolicyUpdateMap() (map[string]interface{}, error) + type UpdateOptsBuilder interface + ToRBACPolicyUpdateMap func() (map[string]interface{}, error) + type UpdateResult struct + func Update(c *gophercloud.ServiceClient, rbacPolicyID string, opts UpdateOptsBuilder) (r UpdateResult) + func (r UpdateResult) Extract() (*RBACPolicy, error) + func (r UpdateResult) ExtractInto(v interface{}) error Other modules containing this package github.com/pierreprinetti/gophercloud/v2 github.com/pierreprinetti/gophercloud/v3