osc identity domain set

Updates a domain.

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

Usage: osc identity domain set [OPTIONS] <ID>

Arguments:

  • <ID> — domain_id parameter for /v3/domains/{domain_id} API

Options:

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

  • --enabled <ENABLED> — If set to true, domain is enabled. If set to false, domain is 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. When you disable a domain, all tokens that are authorized for that domain become invalid. However, if you reenable the domain, these tokens become valid again, providing that they haven’t expired.

    Possible values: true, false

  • --name <NAME> — The new name of the domain

  • --immutable <IMMUTABLE>

    Possible values: true, false

  • --tags <TAGS>