UserAssignment

pt.tecnico.dsi.openstack.keystone.models.UserAssignment
See theUserAssignment companion object
case class UserAssignment(roleId: String, userId: String, scope: Scope, links: List[Link]) extends Assignment

Attributes

Companion
object
Source
Assignment.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Assignment
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def subjectId: String

Attributes

Definition Classes
Source
Assignment.scala
def user[F[_]](using client: KeystoneClient[F]): F[User]

Attributes

Source
Assignment.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def role[F[_]](using client: KeystoneClient[F]): F[Role]

Attributes

Inherited from:
Assignment
Source
Assignment.scala