| getauthenticationtacacsactionResult Structure Definition |
The getauthenticationtacacsactionResult structure defines the return type for getauthenticationtacacsaction 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. |
authenticationtacacsactionList |
List of authenticationtacacsactions |
| authenticationtacacsaction Structure Definition |
The authenticationtacacsaction structure defines the actual return type values for getauthenticationtacacsaction API. |
Syntax |
Members |
name |
Name of the TACACS+ profile. |
serverip |
IP address assigned to the TACACS+ server. |
serverport |
Port number on which the TACACS+ server listens for connections. |
authtimeout |
Number of seconds the Citrix ADC waits for a response from the TACACS+ server. |
tacacssecret |
Key shared between the TACACS+ server and the Citrix ADC.
Required for allowing the Citrix ADC to communicate with the TACACS+ server. |
authorization |
Use streaming authorization on the TACACS+ server. |
accounting |
Whether the TACACS+ server is currently accepting accounting messages. |
auditfailedcmds |
The state of the TACACS+ server that will receive accounting messages. |
groupattrname |
TACACS+ group attribute name.
Used for group extraction on the TACACS+ server. |
success |
failure |
defaultauthenticationgroup |
This is the default group that is chosen when the authentication succeeds in addition to extracted groups. |
attribute1 |
Name of the custom attribute to be extracted from server and stored at index '1' (where '1' changes for each attribute) |
attribute2 |
Name of the custom attribute to be extracted from server and stored at index '2' (where '2' changes for each attribute) |
attribute3 |
Name of the custom attribute to be extracted from server and stored at index '3' (where '3' changes for each attribute) |
attribute4 |
Name of the custom attribute to be extracted from server and stored at index '4' (where '4' changes for each attribute) |
attribute5 |
Name of the custom attribute to be extracted from server and stored at index '5' (where '5' changes for each attribute) |
attribute6 |
Name of the custom attribute to be extracted from server and stored at index '6' (where '6' changes for each attribute) |
attribute7 |
Name of the custom attribute to be extracted from server and stored at index '7' (where '7' changes for each attribute) |
attribute8 |
Name of the custom attribute to be extracted from server and stored at index '8' (where '8' changes for each attribute) |
attribute9 |
Name of the custom attribute to be extracted from server and stored at index '9' (where '9' changes for each attribute) |
attribute10 |
Name of the custom attribute to be extracted from server and stored at index '10' (where '10' changes for each attribute) |
attribute11 |
Name of the custom attribute to be extracted from server and stored at index '11' (where '11' changes for each attribute) |
attribute12 |
Name of the custom attribute to be extracted from server and stored at index '12' (where '12' changes for each attribute) |
attribute13 |
Name of the custom attribute to be extracted from server and stored at index '13' (where '13' changes for each attribute) |
attribute14 |
Name of the custom attribute to be extracted from server and stored at index '14' (where '14' changes for each attribute) |
attribute15 |
Name of the custom attribute to be extracted from server and stored at index '15' (where '15' changes for each attribute) |
attribute16 |
Name of the custom attribute to be extracted from server and stored at index '16' (where '16' changes for each attribute) |
attributes |
List of attribute names separated by ',' which needs to be fetched from tacacs server.
Note that preceeding and trailing spaces will be removed.
Attribute name can be 127 bytes and total length of this string should not cross 2047 bytes.
These attributes have multi-value support separated by ',' and stored as key-value pair in AAA session |
_nextgenapiresource |
See Also |