Create

pt.tecnico.dsi.openstack.keystone.models.Role$.Create
case class Create(name: String, description: Option[String], domainId: Option[String])

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
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product