Module: Nexpose::Credential::AuthenticationType
- Defined in:
- lib/nexpose/credential.rb
Overview
Authentication type for SNMP version 3
Constant Summary collapse
- NOAUTH =
No authentication protocol
'noauth'
- SHA =
SHA authentication protocol
'sha'
- MD5 =
MD5 authentication protocol
'md5'