plcm-snmp-config-security-user-v2.xsd Documentation

Target Namespace

Elements

plcm-snmp-config-security-user-v2  PlcmSnmpConfigSecurityUserV2

Security user used for external notification agents.


Complex Types

PlcmSnmpConfigSecurityUserV2 Fields

NameTypeDescriptionAttributes
loginLogin Security user name
user-authentication-passwordUserAuthenticationPassword Authentication-password. Must be at least 8 characters. This is not returned when retreiving data. If it is not set/sent when sending data, then the previous password is maintained.
user-encryption-passwordUserEncryptionPassword Encryption-password. Must be at least 8 characters. This is not returned when retreiving data. If it is not set/sent when sending data, then the previous password is maintained.
authentication-typeAuthenticationType Specifies snmp authentication type.
encryption-typeEncryptionType Specifies snmp encryption type.


Simple Types


NameTypeRestrictions
EncryptionTypexs:string
Value must be one of:
  • DES
  • AES
AuthenticationTypexs:string
Value must be one of:
  • MD5
  • SHA
UserEncryptionPasswordxs:string
Length of value must be >=8
Length of value must be <=64
UserAuthenticationPasswordxs:string
Length of value must be >=8
Length of value must be <=64
Loginxs:string
Length of value must be >=1
Length of value must be <=31