mirror of
https://git.proxmox.com/git/pve-access-control
synced 2025-07-25 22:21:27 +00:00
API2/Domains.pm: document 'type' return value
this way it gets printed with 'pveum realm list' Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
32449f358e
commit
f3c87f9b4e
@ -34,6 +34,7 @@ __PACKAGE__->register_method ({
|
|||||||
type => "object",
|
type => "object",
|
||||||
properties => {
|
properties => {
|
||||||
realm => { type => 'string' },
|
realm => { type => 'string' },
|
||||||
|
type => { type => 'string' },
|
||||||
tfa => {
|
tfa => {
|
||||||
description => "Two-factor authentication provider.",
|
description => "Two-factor authentication provider.",
|
||||||
type => 'string',
|
type => 'string',
|
||||||
|
Loading…
Reference in New Issue
Block a user