mirror of https://github.com/Icinga/icinga2.git
parent
8910784844
commit
3f3e04eb69
|
@ -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 New Issue