| getsnmpuserResult Structure Definition |
The getsnmpuserResult structure defines the return type for getsnmpuser API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
snmpuserList |
List of snmpusers |
| snmpuser Structure Definition |
The snmpuser structure defines the actual return type values for getsnmpuser API. |
Syntax |
Members |
name |
Name of the SNMPv3 user whose details you want the Citrix ADC to display. |
group |
Name of the configured SNMPv3 group to which to bind this SNMPv3 user. The access rights (bound SNMPv3 views) and security level set for this group are assigned to this user. |
authtype |
Authentication algorithm used by the Citrix ADC and the SNMPv3 user for authenticating the communication between them. You must specify the same authentication algorithm when you configure the SNMPv3 user in the SNMP manager. |
privtype |
Encryption algorithm used by the Citrix ADC and the SNMPv3 user for encrypting the communication between them. You must specify the same encryption algorithm when you configure the SNMPv3 user in the SNMP manager. |
engineid |
The context engine ID of the user. |
storagetype |
The storage type for this user. |
status |
The status of this user. |
_nextgenapiresource |
See Also |