GroupAssignment

pt.tecnico.dsi.openstack.keystone.models.GroupAssignment
See theGroupAssignment companion object
case class GroupAssignment(roleId: String, groupId: 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

def group[F[_]](using client: KeystoneClient[F]): F[Group]

Attributes

Source
Assignment.scala
override def subjectId: String

Attributes

Definition Classes
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