mirror of
https://github.com/Icinga/icinga2.git
synced 2026-02-18 18:19:13 -05:00
parent
8910784844
commit
3f3e04eb69
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ namespace icinga
|
|||
class ApiUser : ConfigObject
|
||||
{
|
||||
/* No show config */
|
||||
[no_user_view, no_user_modify] String password;
|
||||
[config, no_user_view] String password;
|
||||
[deprecated, config, no_user_view] String password_hash;
|
||||
[config] String client_cn (ClientCN);
|
||||
[config] array(Value) permissions;
|
||||
|
|
|
|||
Loading…
Reference in a new issue