Update

pt.tecnico.dsi.openstack.keystone.models.Domain$.Update
case class Update(name: Option[String], description: Option[String], enabled: Option[Boolean])

Options to update a Domain.

Value parameters

description

The new description of the domain.

enabled

If set to true, domain is created enabled. If set to false, domain is created disabled. Users can only authorize against an enabled domain (and any of its projects). In addition, users can only authenticate if the domain that owns them is also enabled. Disabling a domain prevents both of these things.

name

The new name of the domain.

Attributes

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

Concrete fields

lazy val needsUpdate: Boolean

Attributes

Source
Domain.scala