getresponderpolicyResult Structure Definition

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

responderpolicyList

List of responderpolicys


responderpolicy Structure Definition

The responderpolicy structure defines the actual return type values for getresponderpolicy API.

Syntax



Members

name

Name of the responder policy for which to display settings.

rule

Rule of the policy.

actioN

Responder action associated with the policy.

undefaction

UNDEF action associated with the policy.

hits

Number of hits.

undefhits

Number of policy UNDEF hits.

activepolicy

Indicates whether policy is bound or not.

boundto

Location where policy is bound

priority

Specifies the priority of the policy.

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.

comment

Any type of information about this responder policy.

logaction

Name of the messagelog action to use for requests that match this policy.

appflowaction

AppFlow action to invoke for requests that match this policy.

builtin

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

_nextgenapiresource


See Also