Create

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

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