getsystemglobalResult Structure Definition

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

systemglobalList

List of systemglobals


systemglobal Structure Definition

The systemglobal structure defines the actual return type values for getsystemglobal API.

Syntax



Members

policyname

The name of the method policy.

priority

The priority of the method policy.

bindpolicytype

Bound policy type

builtin

Indicates that a variable is a built-in (SYSTEM INTERNAL) type.

globalbindtype


gotopriorityexpression

Expression specifying the priority of the next policy which will get evaluated if the current policy rule evaluates to TRUE. Applicable only for advanced authentication policies

nextfactor

On success invoke label. Applicable for advanced authentication policy binding

_nextgenapiresource


radiuspolicyname


radiuspolicypriority


radiuspolicybuiltin


ldappolicyname


ldappolicypriority


ldappolicybuiltin


tacacspolicyname


tacacspolicypriority


tacacspolicybuiltin


localpolicyname


localpolicypriority


localpolicybuiltin


nslogpolicyname


nslogpriority


nslogbuiltin


syslogpolicyname


syslogpriority


syslogbuiltin


authnpolicyname


authnpolicypriority


authnpolicybuiltin


See Also