| getvpnclientlessaccessprofileResult Structure Definition |
The getvpnclientlessaccessprofileResult structure defines the return type for getvpnclientlessaccessprofile 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. |
vpnclientlessaccessprofileList |
List of vpnclientlessaccessprofiles |
| vpnclientlessaccessprofile Structure Definition |
The vpnclientlessaccessprofile structure defines the actual return type values for getvpnclientlessaccessprofile API. |
Syntax |
Members |
profilename |
Name of the clientless access profile for which to display detailed information. |
urlrewritepolicylabel |
Name of the configured URL rewrite policy label. If you do not specify a policy label name, then URLs are not rewritten. |
javascriptrewritepolicylabel |
Name of the configured JavaScript rewrite policy label. If you do not specify a policy label name, then JAVA scripts are not rewritten. |
cssrewritepolicylabel |
The configured CSS rewrite policylabel. |
xmlrewritepolicylabel |
The configured XML rewrite policylabel. |
xcomponentrewritepolicylabel |
The configured X-Component rewrite policylabel. |
reqhdrrewritepolicylabel |
Name of the configured Request rewrite policy label. If you do not specify a policy label name, then requests are not rewritten. |
reshdrrewritepolicylabel |
Name of the configured Response rewrite policy label. |
regexforfindingurlinjavascript |
Name of the pattern set that contains the regular expressions, which match the URL in Java script. |
regexforfindingurlincss |
Name of the pattern set that contains the regular expressions, which match the URL in the CSS. |
regexforfindingurlinxcomponent |
Name of the pattern set that contains the regular expressions, which match the URL in X Component. |
regexforfindingurlinxml |
Name of the pattern set that contains the regular expressions, which match the URL in XML. |
regexforfindingcustomurls |
Name of the pattern set that contains the regular expressions, which match the URLs in the custom content type other than HTML, CSS, XML, XCOMP, and JavaScript. The custom content type should be included in the patset ns_cvpn_custom_content_types. |
clientconsumedcookies |
Specify the name of the pattern set containing the names of the cookies, which are allowed between the client and the server. If a pattern set is not specified, Citrix Gateway does not allow any cookies between the client and the server. A cookie that is not specified in the pattern set is handled by Citrix Gateway on behalf of the client. |
requirepersistentcookie |
Specify whether a persistent session cookie is set and accepted for clientless access. If this parameter is set to ON, COM objects, such as MSOffice, which are invoked by the browser can access the files using clientless access. Use caution because the persistent cookie is stored on the disk. |
description |
Description of the clientless access profile. |
builtin |
Flag to determine if vpn clientless rewrite profile is built-in or not |
_nextgenapiresource |
See Also |