Create

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

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