mirror of
https://git.proxmox.com/git/pve-access-control
synced 2025-07-24 16:38:03 +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",
|
||||
properties => {
|
||||
realm => { type => 'string' },
|
||||
type => { type => 'string' },
|
||||
tfa => {
|
||||
description => "Two-factor authentication provider.",
|
||||
type => 'string',
|
||||
|
Loading…
Reference in New Issue
Block a user