snmpv3_seclevel | **Optional.** The security level. Defaults to authPriv.
snmpv3_auth_alg | **Optional.** The authentication algorithm. Defaults to SHA.
snmpv3_user | **Required.** The username to log in with.
+snmpv3_context | **Optional.** The SNMPv3 context.
snmpv3_auth_key | **Required,** The authentication key. Required if `snmpv3_seclevel` is set to `authPriv` otherwise optional.
snmpv3_priv_key | **Required.** The encryption key.
snmpv3_oid | **Required.** The SNMP OID.
value = "$snmpv3_user$"
description = "SNMPv3 username"
}
+ "-N" = {
+ value = "$snmpv3_context$"
+ description = "SNMPv3 context"
+ }
"-A" = {
value = "$snmpv3_auth_key$"
description = "SNMPv3 authentication password"