mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-21 09:35:45 +02:00
Add some read-only values to the user path. (#228)
This commit is contained in:
parent
a6979c7f3d
commit
6a68469209
1 changed files with 2 additions and 0 deletions
|
@ -3380,7 +3380,9 @@ PATHS = {
|
|||
'address': KeyInfo(),
|
||||
'comment': KeyInfo(can_disable=True, remove_value=''),
|
||||
'disabled': KeyInfo(default=False),
|
||||
'expired': KeyInfo(read_only=True),
|
||||
'group': KeyInfo(),
|
||||
'last-logged-in': KeyInfo(read_only=True),
|
||||
'name': KeyInfo(),
|
||||
'password': KeyInfo(write_only=True),
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue