Security user used for external notification agents.
| Name | Type | Description | Attributes |
|---|---|---|---|
| login | Login | Security user name | |
| user-authentication-password | UserAuthenticationPassword | 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-password | UserEncryptionPassword | 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-type | AuthenticationType | Specifies snmp authentication type. | |
| encryption-type | EncryptionType | Specifies snmp encryption type. |
| Name | Type | Restrictions |
|---|---|---|
| EncryptionType | xs:string | Value must be one of:
|
| AuthenticationType | xs:string | Value must be one of:
|
| UserEncryptionPassword | xs:string | Length of value must be >=8 Length of value must be <=64 |
| UserAuthenticationPassword | xs:string | Length of value must be >=8 Length of value must be <=64 |
| Login | xs:string | Length of value must be >=1 Length of value must be <=31 |