Role

pt.tecnico.dsi.openstack.keystone.models.Role$
See theRole companion class
object Role

Attributes

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

Members list

Type members

Classlikes

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

Options to create a Role

Options to create a Role

Value parameters

description

The description of the role.

domainId

The ID of the domain of the role.

name

The role name.

Attributes

Source
Role.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 Role

Options to update a Role

Value parameters

description

The new role description.

name

TThe new role name.

Attributes

Source
Role.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
Role.scala