diff --git a/plugins/module_utils/_api_data.py b/plugins/module_utils/_api_data.py index a0fc6f1..e876ac8 100644 --- a/plugins/module_utils/_api_data.py +++ b/plugins/module_utils/_api_data.py @@ -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), },