Domain

pt.tecnico.dsi.openstack.keystone.models.Domain$
See theDomain companion class
object Domain

Attributes

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

Members list

Type members

Classlikes

case class Create(name: String, description: String, enabled: Boolean, explicitDomainId: Option[String])

Options to create a Domain.

Options to create a Domain.

Value parameters

description

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

explicitDomainId

The ID of the domain. A domain created this way will not use an auto-generated ID, but will use the ID passed in instead. Identifiers passed in this way must conform to the existing ID generation scheme: UUID4 without dashes.

name

The name of the domain.

Attributes

Source
Domain.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], enabled: Option[Boolean])

Options to update a Domain.

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