More auths in 0.23 snmp_exporter

@SuperQ - ok I’ve tried in generetaro from 0.23.rc-1 this:

auths:
  auth_cisco:
    version: 2
    community: BLA
  auth_checkpoint:
    version: 2
    community: BLA
  auth_brocade:
    version: 2
    community: Bla
  auth_viptela:
    version: 3
    username: BLE
    security_level: authPriv
    password: BLA
    auth_protocol: SHA
    priv_protocol: AES
    priv_password: BLA
#    context_name: contenxt

modules:
  cisco_mib:
    auth:
      name: auth_cisco
    walk:
....

but error appears of course…

ts=2023-08-15T07:19:56.001Z caller=main.go:122 level=warn msg="NetSNMP reported parse error(s)" errors=9
ts=2023-08-15T07:19:56.202Z caller=main.go:132 level=error msg="Error generating config netsnmp" err="error parsing yml config: yaml: unmarshal errors:\n  line 24: field auth not found in type main.plain"

How can I specify which auth method is used for each module please.