mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-21 09:35:45 +02:00
Add support for "user settings" (#201)
The `user settings` path contains settings related to passwords. Signed-off-by: Michael Hanselmann <public@hansmi.ch>
This commit is contained in:
parent
343c4883c0
commit
b0a4743de8
4 changed files with 12 additions and 0 deletions
|
@ -2749,6 +2749,14 @@ PATHS = {
|
|||
'use-radius': KeyInfo(default=False),
|
||||
},
|
||||
),
|
||||
('user', 'settings'): APIData(
|
||||
single_value=True,
|
||||
fully_understood=True,
|
||||
fields={
|
||||
'minimum-categories': KeyInfo(),
|
||||
'minimum-password-length': KeyInfo(),
|
||||
},
|
||||
),
|
||||
('queue', 'interface'): APIData(
|
||||
primary_keys=('interface', ),
|
||||
fully_understood=True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue