|
2 | 2 | consumer |
3 | 3 | ======== |
4 | 4 |
|
5 | | -Identity v3 |
| 5 | +An **consumer** is used by the Identity service's OS-OAUTH1 extension. It |
| 6 | +is used to create a **request token** and **access token**. Applicable to |
| 7 | +Identity v3. |
6 | 8 |
|
7 | | -`Requires: OS-OAUTH1 extension` |
| 9 | +.. autoprogram-cliff:: openstack.identity.v3 |
| 10 | + :command: consumer create |
8 | 11 |
|
9 | | -consumer create |
10 | | ---------------- |
| 12 | +.. autoprogram-cliff:: openstack.identity.v3 |
| 13 | + :command: consumer delete |
11 | 14 |
|
12 | | -Create new consumer |
| 15 | +.. autoprogram-cliff:: openstack.identity.v3 |
| 16 | + :command: consumer list |
13 | 17 |
|
14 | | -.. program:: consumer create |
15 | | -.. code:: bash |
| 18 | +.. autoprogram-cliff:: openstack.identity.v3 |
| 19 | + :command: consumer set |
16 | 20 |
|
17 | | - openstack consumer create |
18 | | - [--description <description>] |
19 | | -
|
20 | | -.. option:: --description <description> |
21 | | - |
22 | | - New consumer description |
23 | | - |
24 | | -consumer delete |
25 | | ---------------- |
26 | | - |
27 | | -Delete consumer(s) |
28 | | - |
29 | | -.. program:: consumer delete |
30 | | -.. code:: bash |
31 | | -
|
32 | | - openstack consumer delete |
33 | | - <consumer> [<consumer> ...] |
34 | | -
|
35 | | -.. describe:: <consumer> |
36 | | - |
37 | | - Consumer(s) to delete |
38 | | - |
39 | | -consumer list |
40 | | -------------- |
41 | | - |
42 | | -List consumers |
43 | | - |
44 | | -.. program:: consumer list |
45 | | -.. code:: bash |
46 | | -
|
47 | | - openstack consumer list |
48 | | -
|
49 | | -consumer set |
50 | | ------------- |
51 | | - |
52 | | -Set consumer properties |
53 | | - |
54 | | -.. program:: consumer set |
55 | | -.. code:: bash |
56 | | -
|
57 | | - openstack consumer set |
58 | | - [--description <description>] |
59 | | - <consumer> |
60 | | -
|
61 | | -.. option:: --description <description> |
62 | | - |
63 | | - New consumer description |
64 | | - |
65 | | -.. describe:: <consumer> |
66 | | - |
67 | | - Consumer to modify |
68 | | - |
69 | | -consumer show |
70 | | -------------- |
71 | | - |
72 | | -Display consumer details |
73 | | - |
74 | | -.. program:: consumer show |
75 | | -.. code:: bash |
76 | | -
|
77 | | - openstack consumer show |
78 | | - <consumer> |
79 | | -
|
80 | | -.. _consumer_show-consumer: |
81 | | -.. describe:: <consumer> |
82 | | - |
83 | | - Consumer to display |
| 21 | +.. autoprogram-cliff:: openstack.identity.v3 |
| 22 | + :command: consumer show |
0 commit comments