Bases: keystoneclient.base.Manager
Manager class for manipulating project-endpoint associations.
Create a project-endpoint association.
Checks if project-endpoint association exist.
Remove a project-endpoint association.
List all endpoints for a given project.
List all projects for a given endpoint.
Bases: keystoneclient.base.Resource
Represents a Trust.
Bases: keystoneclient.base.CrudManager
Manager class for manipulating Trusts.
Create a Trust. :param string trustee_user: user who is capable of consuming the trust :param string trustor_user: user who’s authorization is being delegated :param string role_names: subset of trustor’s roles to be granted :param string project: project which the trustor is delegating :param boolean impersonation: enable explicit impersonation :param datetime.datetime expires_at: expiry time
Delete a trust.
Get a specific trust.
List Trusts.