getsslcacertgroupResult Structure Definition

The getsslcacertgroupResult structure defines the return type for getsslcacertgroup 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.

sslcacertgroupList

List of sslcacertgroups


sslcacertgroup Structure Definition

The sslcacertgroup structure defines the actual return type values for getsslcacertgroup API.

Syntax



Members

cacertgroupname

Name of the CA certificate group for which to show detailed information.

cacertgroupreferences

Count for ssl actions referring to this ca certificate group.

certkeyname

Name for the certkey added to the Citrix ADC. Must begin with an ASCII alphanumeric or underscore (_) character, and must contain only ASCII alphanumeric, underscore, hash (#), period (.), space, colon (:), at (@), equals (=), and hyphen (-) characters. Cannot be changed after the certificate-key pair is created.The following requirement applies only to the Citrix ADC CLI: If the name includes one or more spaces, enclose the name in double or single quotation marks (for example, "my cert" or 'my cert').

ocspcheck

The state of the OCSP check parameter. (Mandatory/Optional)

crlcheck

The state of the CRL check parameter. (Mandatory/Optional)

_nextgenapiresource


boundcrlcheck


boundocspcheck


See Also