Update

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

Options to update a User

Value parameters

defaultProjectId

The new ID of the default project for the user.

enabled

Enables or disables the user. An enabled user can authenticate and receive authorization. A disabled user cannot authenticate or receive authorization. Additionally, all tokens that the user holds become no longer valid. If you reenable this user, pre-existing tokens do not become valid. To enable the user, set to true. To disable the user, set to false.

name

The new name for the user. Must be unique within the owning domain.

password

The new password for the user.

Attributes

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