Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/pyeapi/api/__pycache__/users.cpython-39.pyc
Ðазад
a b�h. � @ sL d Z ddlZddlmZ dZdddd�Zdd � ZG d d� de�Zdd � ZdS )aF API Module for working with EOS local user resources The Users resource provides configuration of local user resources for an EOS node. Parameters: username (string): The username parameter maps to the local username defined in the running-config. nopassword (boolean): Configures the username to use no password at login. This parameter is mutually exclusive with secret privilege (integer): Configures the user privilege level in EOS role (string): Configures the users role in EOS secret (string): Configures the users secret (password) to use at login. This parameter is mutually exclusive with secret and is used in conjunction with format. format (string): Configures the format of the secret value. Accepted values for format are "cleartext", "md5" and "sha512" � N)�EntityCollection� cleartext� �sha512)r �md5r c C s<