blob: 81a193497b9a9aa7d8caf4a35e486f6457e5cd00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
======
domain
======
A **domain** is a collection of **users**, **groups**, and **projects**. Each
**group** and **project** is owned by exactly one **domain**. Applies to
Identity v3.
.. autoprogram-cliff:: openstack.identity.v3
:command: domain create
.. autoprogram-cliff:: openstack.identity.v3
:command: domain delete
.. autoprogram-cliff:: openstack.identity.v3
:command: domain list
.. autoprogram-cliff:: openstack.identity.v3
:command: domain set
.. autoprogram-cliff:: openstack.identity.v3
:command: domain show
|