# Packages
trusts unit tests.
# Functions
CheckRole checks whether a role ID is delegated by a Trust.
Create creates a new Trust.
Delete deletes a Trust.
ExtractRoles returns a slice of Role contained in a single page of results.
ExtractProjects returns a slice of Trusts contained in a single page of results.
Get retrieves details on a single Trust, by ID.
GetRole retrieves details on a single role delegated by a Trust.
List enumerates the Trust to which the current token has access.
ListRoles lists roles delegated by a Trust.
# Structs
AuthOptsExt extends the base Identity v3 tokens AuthOpts with a TrustID.
No description provided by the author
CreateOpts provides options used to create a new trust.
CreateResult is the response from a Create operation.
DeleteResult is the response from a Delete operation.
GetResult is the response from a Get operation.
No description provided by the author
ListOpts provides options to filter the List results.
Role specifies a single role that is granted to a trustee.
RolesPage is a single page of Trust roles results.
TokenExt represents an extension of the base token result.
Trust represents a delegated authorization request between two identities.
TrustPage is a single page of Region results.
# Interfaces
CreateOptsBuilder allows extensions to add additional parameters to the Create request.
No description provided by the author