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 description of the domain -
--enabled <ENABLED>
— If set totrue
, domain is enabled. If set tofalse
, domain is disabledPossible values:
true
,false
-
--name <NAME>
— The name of the domain -
--options <key=value>
— The resource options for the role. Available resource options areimmutable
-
--tags <TAGS>