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 totrue
, domain is enabled. If set tofalse
, domain is disabled. The default istrue
.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>