getauthenticationcaptchaactionResult Structure Definition

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

authenticationcaptchaactionList

List of authenticationcaptchaactions


authenticationcaptchaaction Structure Definition

The authenticationcaptchaaction structure defines the actual return type values for getauthenticationcaptchaaction API.

Syntax



Members

name

Name for the new captcha action.

serverurl

This is the endpoint at which captcha response is validated.

secretkey

Secret of gateway as established at the captcha source.

sitekey

Sitekey to identify gateway fqdn while loading captcha.

defaultauthenticationgroup

This is the group that is added to user sessions that match current policy.

scorethreshold

This is the score threshold value for recaptcha v3.

_nextgenapiresource


See Also