]> git.proxmox.com Git - pve-docs.git/blame_incremental - pveum.1-synopsis.adoc
apitoken: use CAUTION for token-only-once-visible note
[pve-docs.git] / pveum.1-synopsis.adoc
... / ...
CommitLineData
1*pveum* `<COMMAND> [ARGS] [OPTIONS]`
2
3*pveum acl delete* `<path> --roles <string>` `[OPTIONS]`
4
5Update Access Control List (add or remove permissions).
6
7`<path>`: `<string>` ::
8
9Access control path
10
11`--groups` `<string>` ::
12
13List of groups.
14
15`--propagate` `<boolean>` ('default =' `1`)::
16
17Allow to propagate (inherit) permissions.
18
19`--roles` `<string>` ::
20
21List of roles.
22
23`--users` `<string>` ::
24
25List of users.
26
27*pveum acl list* `[FORMAT_OPTIONS]`
28
29Get Access Control List (ACLs).
30
31*pveum acl modify* `<path> --roles <string>` `[OPTIONS]`
32
33Update Access Control List (add or remove permissions).
34
35`<path>`: `<string>` ::
36
37Access control path
38
39`--groups` `<string>` ::
40
41List of groups.
42
43`--propagate` `<boolean>` ('default =' `1`)::
44
45Allow to propagate (inherit) permissions.
46
47`--roles` `<string>` ::
48
49List of roles.
50
51`--users` `<string>` ::
52
53List of users.
54
55*pveum acldel*
56
57An alias for 'pveum acl delete'.
58
59*pveum aclmod*
60
61An alias for 'pveum acl modify'.
62
63*pveum group add* `<groupid>` `[OPTIONS]`
64
65Create new group.
66
67`<groupid>`: `<string>` ::
68
69no description available
70
71`--comment` `<string>` ::
72
73no description available
74
75*pveum group delete* `<groupid>`
76
77Delete group.
78
79`<groupid>`: `<string>` ::
80
81no description available
82
83*pveum group list* `[FORMAT_OPTIONS]`
84
85Group index.
86
87*pveum group modify* `<groupid>` `[OPTIONS]`
88
89Update group data.
90
91`<groupid>`: `<string>` ::
92
93no description available
94
95`--comment` `<string>` ::
96
97no description available
98
99*pveum groupadd*
100
101An alias for 'pveum group add'.
102
103*pveum groupdel*
104
105An alias for 'pveum group delete'.
106
107*pveum groupmod*
108
109An alias for 'pveum group modify'.
110
111*pveum help* `[OPTIONS]`
112
113Get help about specified command.
114
115`--extra-args` `<array>` ::
116
117Shows help for a specific command
118
119`--verbose` `<boolean>` ::
120
121Verbose output format.
122
123*pveum passwd* `<userid>`
124
125Change user password.
126
127`<userid>`: `<string>` ::
128
129User ID
130
131*pveum role add* `<roleid>` `[OPTIONS]`
132
133Create new role.
134
135`<roleid>`: `<string>` ::
136
137no description available
138
139`--privs` `<string>` ::
140
141no description available
142
143*pveum role delete* `<roleid>`
144
145Delete role.
146
147`<roleid>`: `<string>` ::
148
149no description available
150
151*pveum role list* `[FORMAT_OPTIONS]`
152
153Role index.
154
155*pveum role modify* `<roleid>` `[OPTIONS]`
156
157Update an existing role.
158
159`<roleid>`: `<string>` ::
160
161no description available
162
163`--append` `<boolean>` ::
164
165no description available
166+
167NOTE: Requires option(s): `privs`
168
169`--privs` `<string>` ::
170
171no description available
172
173*pveum roleadd*
174
175An alias for 'pveum role add'.
176
177*pveum roledel*
178
179An alias for 'pveum role delete'.
180
181*pveum rolemod*
182
183An alias for 'pveum role modify'.
184
185*pveum ticket* `<username>` `[OPTIONS]`
186
187Create or verify authentication ticket.
188
189`<username>`: `<string>` ::
190
191User name
192
193`--otp` `<string>` ::
194
195One-time password for Two-factor authentication.
196
197`--path` `<string>` ::
198
199Verify ticket, and check if user have access 'privs' on 'path'
200+
201NOTE: Requires option(s): `privs`
202
203`--privs` `<string>` ::
204
205Verify ticket, and check if user have access 'privs' on 'path'
206+
207NOTE: Requires option(s): `path`
208
209`--realm` `<string>` ::
210
211You can optionally pass the realm using this parameter. Normally the realm is simply added to the username <username>@<relam>.
212
213*pveum user add* `<userid>` `[OPTIONS]`
214
215Create new user.
216
217`<userid>`: `<string>` ::
218
219User ID
220
221`--comment` `<string>` ::
222
223no description available
224
225`--email` `<string>` ::
226
227no description available
228
229`--enable` `<boolean>` ('default =' `1`)::
230
231Enable the account (default). You can set this to '0' to disable the account
232
233`--expire` `<integer> (0 - N)` ::
234
235Account expiration date (seconds since epoch). '0' means no expiration date.
236
237`--firstname` `<string>` ::
238
239no description available
240
241`--groups` `<string>` ::
242
243no description available
244
245`--keys` `<string>` ::
246
247Keys for two factor auth (yubico).
248
249`--lastname` `<string>` ::
250
251no description available
252
253`--password` `<string>` ::
254
255Initial password.
256
257*pveum user delete* `<userid>`
258
259Delete user.
260
261`<userid>`: `<string>` ::
262
263User ID
264
265*pveum user list* `[OPTIONS]` `[FORMAT_OPTIONS]`
266
267User index.
268
269`--enabled` `<boolean>` ::
270
271Optional filter for enable property.
272
273*pveum user modify* `<userid>` `[OPTIONS]`
274
275Update user configuration.
276
277`<userid>`: `<string>` ::
278
279User ID
280
281`--append` `<boolean>` ::
282
283no description available
284+
285NOTE: Requires option(s): `groups`
286
287`--comment` `<string>` ::
288
289no description available
290
291`--email` `<string>` ::
292
293no description available
294
295`--enable` `<boolean>` ('default =' `1`)::
296
297Enable the account (default). You can set this to '0' to disable the account
298
299`--expire` `<integer> (0 - N)` ::
300
301Account expiration date (seconds since epoch). '0' means no expiration date.
302
303`--firstname` `<string>` ::
304
305no description available
306
307`--groups` `<string>` ::
308
309no description available
310
311`--keys` `<string>` ::
312
313Keys for two factor auth (yubico).
314
315`--lastname` `<string>` ::
316
317no description available
318
319*pveum useradd*
320
321An alias for 'pveum user add'.
322
323*pveum userdel*
324
325An alias for 'pveum user delete'.
326
327*pveum usermod*
328
329An alias for 'pveum user modify'.
330
331