Description of secret fields

Secret fields

Field name

Type

Description

user

string

User name.

password

string

Password.

token

string

Token.

urls

array of strings

URL list.

publicKey

string

Public key (used in PKI).

privateKey

string

Private key (used in PKI).

pfx

string containing the base64-encoded pfx file

Base64-encoded PFX file. On Linux, you can get the base64 encoding of a file by using the base64 -w0 src > dst command.

pfxPassword

string

Password of the PFX.

securityLevel

string

Used in snmp3. Possible values: NoAuthNoPriv, AuthNoPriv, AuthPriv.

community

string

Used in snmp1.

authProtocol

string

Used in snmp3. Possible values: MD5, SHA, SHA224, SHA256, SHA384, SHA512.

privacyProtocol

string

Used in snmp3. Possible values: DES, AES.

privacyPassword

string

Used in snmp3.

certificate

string containing the base64-encoded pem file

Base64-encoded pem file. On Linux, you can get the base64 encoding of a file by using the base64 -w0 src > dst command.

Page top