Group

pt.tecnico.dsi.openstack.keystone.models.Group$
See theGroup companion class
object Group

Attributes

Companion
class
Source
Group.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Group.type

Members list

Type members

Classlikes

case class Create(name: String, description: String, domainId: Option[String])

Options to create a Group.

Options to create a Group.

Value parameters

description

The description of the group.

domainId

The ID of the domain of the group. If the domain ID is not provided in the request, the Identity service will attempt to pull the domain ID from the token used in the request. Note that this requires the use of a domain-scoped token.

name

The name of the group.

Attributes

Source
Group.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Update(name: Option[String], description: Option[String])

Options to update a Group.

Options to update a Group.

Value parameters

description

The new description of the group.

name

The new name of the group.

Attributes

Source
Group.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Givens

Givens

Attributes

Source
Group.scala