osc identity domain create

Creates a domain.

Relationship: https://docs.openstack.org/api/openstack-identity/3/rel/domains

Usage: osc identity domain create [OPTIONS] --name <NAME>

Options:

  • --description <DESCRIPTION> — The description of the domain

  • --enabled <ENABLED> — If set to true, domain is created enabled. If set to false, domain is created disabled. The default is true.

    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.

    Possible values: true, false

  • --explicit-domain-id <EXPLICIT_DOMAIN_ID> — 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 <NAME> — The name of the domain

  • --immutable <IMMUTABLE>

    Possible values: true, false

  • --tags <TAGS>