Group

pt.tecnico.dsi.openstack.keystone.models.Group
See theGroup companion object
final case class Group(id: String, name: String, description: String, domainId: String, links: List[Link]) extends Identifiable

Attributes

Companion
object
Source
Group.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Identifiable
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Concrete methods

def addUser[F[_]](id: String)(using client: KeystoneClient[F]): F[Unit]

Attributes

Source
Group.scala
def addUsers[F[_]](ids: List[String])(using evidence$1: Applicative[F], client: KeystoneClient[F]): F[Unit]

Attributes

Source
Group.scala
def domain[F[_]](using client: KeystoneClient[F]): F[Domain]

Attributes

Source
Group.scala
def isUserInGroup[F[_]](id: String)(using client: KeystoneClient[F]): F[Boolean]

Attributes

Source
Group.scala
def removeUser[F[_]](id: String)(using client: KeystoneClient[F]): F[Unit]

Attributes

Source
Group.scala
def removeUsers[F[_]](ids: List[String])(using evidence$2: Applicative[F], client: KeystoneClient[F]): F[Unit]

Attributes

Source
Group.scala
def users[F[_]](using client: KeystoneClient[F]): F[List[User]]

Attributes

Source
Group.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Inherited fields

lazy val linksMap: Map[String, Uri]

Attributes

Inherited from:
Identifiable
Source
Identifiable.scala