authentication-captchaAction¶
The following operations can be performed on "authentication-captchaAction":
set authentication captchaAction¶
Modifies the specified attributes of a captcha action.
Synopsis¶
set authentication captchaAction
Arguments¶
name Name for the new captcha action. Must begin with an ASCII alphanumeric or underscore (_) character, and must contain only ASCII alphanumeric, underscore, hash (#), period (.), space, colon (:), at (@), equals (=), and hyphen (-) characters. Cannot be changed after an action is created.
The following requirement applies only to the NetScaler CLI: If the name includes one or more spaces, enclose the name in double or single quotation marks (for example, "my action" or 'my 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.
unset authentication captchaAction¶
Use this command to remove authentication captchaAction settings.Refer to the set authentication captchaAction command for meanings of the arguments.
Synopsis¶
unset authentication captchaAction
show authentication captchaAction¶
Displays information about all configured actions, or displays detailed information about the specified action.
Synopsis¶
show authentication captchaAction [
Arguments¶
name Name for the new captcha action. Must begin with an ASCII alphanumeric or underscore (_) character, and must contain only ASCII alphanumeric, underscore, hash (#), period (.), space, colon (:), at (@), equals (=), and hyphen (-) characters. Cannot be changed after an action is created.
The following requirement applies only to the NetScaler CLI: If the name includes one or more spaces, enclose the name in double or single quotation marks (for example, "my action" or 'my action').
Output¶
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.
devno count stateflag
rm authentication captchaAction¶
Deletes an existing captcha action.
Synopsis¶
rm authentication captchaAction
Arguments¶
name Name for the new captcha action. Must begin with an ASCII alphanumeric or underscore (_) character, and must contain only ASCII alphanumeric, underscore, hash (#), period (.), space, colon (:), at (@), equals (=), and hyphen (-) characters. Cannot be changed after an action is created.
The following requirement applies only to the NetScaler CLI: If the name includes one or more spaces, enclose the name in double or single quotation marks (for example, "my action" or 'my action').
add authentication captchaAction¶
Creates a captcha action.
Synopsis¶
add authentication captchaAction
Arguments¶
name Name for the new captcha action. Must begin with an ASCII alphanumeric or underscore (_) character, and must contain only ASCII alphanumeric, underscore, hash (#), period (.), space, colon (:), at (@), equals (=), and hyphen (-) characters. Cannot be changed after an action is created.
The following requirement applies only to the NetScaler CLI: If the name includes one or more spaces, enclose the name in double or single quotation marks (for example, "my action" or 'my 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.