getauthenticationlocalpolicyResult Structure Definition

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

authenticationlocalpolicyList

List of authenticationlocalpolicys


authenticationlocalpolicy Structure Definition

The authenticationlocalpolicy structure defines the actual return type values for getauthenticationlocalpolicy API.

Syntax



Members

name

Name of the local authentication policy.

rule

The new rule associated with the policy.

boundto

The entity name to which policy is bound

activepolicy


priority


reqaction

The name of the RADIUS action the policy uses

_nextgenapiresource


See Also