mirror of
https://git.proxmox.com/git/pve-access-control
synced 2025-07-16 19:41:48 +00:00
api: document default of token expiration date
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
4e4c8d4069
commit
b974bdc09e
@ -51,6 +51,7 @@ register_standard_option('token-expire', {
|
|||||||
type => 'integer',
|
type => 'integer',
|
||||||
minimum => 0,
|
minimum => 0,
|
||||||
optional => 1,
|
optional => 1,
|
||||||
|
default => 'same as user',
|
||||||
});
|
});
|
||||||
register_standard_option('token-privsep', {
|
register_standard_option('token-privsep', {
|
||||||
description => "Restrict API token privileges with separate ACLs (default), or give full privileges of corresponding user.",
|
description => "Restrict API token privileges with separate ACLs (default), or give full privileges of corresponding user.",
|
||||||
|
Loading…
Reference in New Issue
Block a user