getappflowpolicyResult Structure Definition

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

appflowpolicyList

List of appflowpolicys


appflowpolicy Structure Definition

The appflowpolicy structure defines the actual return type values for getappflowpolicy API.

Syntax



Members

name

Name of the policy about which to display detailed information.

rule

Expression to be used by AppFlow policy.

actioN

AppFlow action associated with the policy.

undefaction

AppFlow action associated with the policy on undefined evaluation result.

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.

description

Description of the policy

comment

Any comments about this policy.

builtin

Flag to determine if policy is built-in or not

_nextgenapiresource


See Also