getsslpolicyResult Structure Definition

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

sslpolicyList

List of sslpolicys


sslpolicy Structure Definition

The sslpolicy structure defines the actual return type values for getsslpolicy API.

Syntax



Members

name

Name of the SSL policy for which to display detailed information.

rule

The expression that sets the condition for application of the SSL policy.

actioN

The name of the action to be performed on the request.

undefaction

Undef Action associated with the policy.

hits

Number of hits.

undefhits

Number of Undef hits.

activepolicy


boundto

The entity name to which policy is bound

priority


gotopriorityexpression

Expression specifying the priority of the next policy which will get evaluated if the current policy rule evaluates to TRUE.

labeltype

Type of policy label invocation.

labelname

Name of the label to invoke if the current policy rule evaluates to TRUE.

description

Description of the policy

comment

Any comments associated with this policy.

builtin

Flag to determine if SSL policy is built-in or not

_nextgenapiresource


See Also