Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.2 KB

SnmpUser.md

File metadata and controls

18 lines (14 loc) · 1.2 KB

SnmpUser

Complex type for a User based security model, for communication between an agent and manager. Applicable only for SNMPv3.

Properties

Name Type Description Notes
is_auth_password_set bool Indicates whether the value of the 'authPassword' property has been set. [optional] [readonly]
auth_password str Authorization password for the user. [optional]
auth_type str Authorization protocol for authenticating the user. [optional] [default to 'NA']
is_privacy_password_set bool [optional]
name str SNMP username. Must have a minimum of 1 and and a maximum of 31 characters. [optional]
privacy_password str Privacy password for the user. [optional]
privacy_type str Privacy protocol for the user. [optional] [default to 'NA']
security_level str Security mechanism used for communication between agent and manager. [optional] [default to 'AuthPriv']

[Back to Model list] [Back to API list] [Back to README]