| getaaassoprofileResult Structure Definition |
The getaaassoprofileResult structure defines the return type for getaaassoprofile 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. |
aaassoprofileList |
List of aaassoprofiles |
| aaassoprofile Structure Definition |
The aaassoprofile structure defines the actual return type values for getaaassoprofile API. |
Syntax |
Members |
name |
Name of the SSOProfile about which to display information. |
username |
Name for the user. Must begin with a letter, number, or the underscore (_) character, and must contain only alphanumeric, hyphen (-), period (.), hash (#), space ( ), at (@), equal (=), colon (:), and underscore characters.
CLI Users: If the name includes one or more spaces, enclose the name in double or single quotation marks (for example, "my group" or 'my group'). |
password |
Password with which the user logs on. Required for Single sign on to external server. |
_nextgenapiresource |
See Also |