Class NetworkSnmpSettingAuthentication
SNMP authentication settings
[DataContract]
public class NetworkSnmpSettingAuthentication
- Inheritance
-
NetworkSnmpSettingAuthentication
- Inherited Members
Constructors
NetworkSnmpSettingAuthentication()
public NetworkSnmpSettingAuthentication()
Properties
Protocol
The SNMP authentication protocol
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "protocol")]
public string? Protocol { get; set; }