authentication-noAuthAction¶
The following operations can be performed on "authentication-noAuthAction":
set authentication noAuthAction¶
Modifies the specified attributes of an noauth action.
Synopsis¶
set authentication noAuthAction
Arguments¶
name Name for the new no-authentication 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 Citrix ADC 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').
defaultAuthenticationGroup This is the group that is added to user sessions that match current policy.
rm authentication noAuthAction¶
Deletes an existing noauth action.
Synopsis¶
rm authentication noAuthAction
Arguments¶
name Name for the new no-authentication 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 Citrix ADC 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').
unset authentication noAuthAction¶
Use this command to remove authentication noAuthAction settings.Refer to the set authentication noAuthAction command for meanings of the arguments.
Synopsis¶
unset authentication noAuthAction
show authentication noAuthAction¶
Displays information about all configured actions, or displays detailed information about the specified action.
Synopsis¶
show authentication noAuthAction [
Arguments¶
name Name for the new no-authentication 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 Citrix ADC 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¶
defaultAuthenticationGroup This is the group that is added to user sessions that match current policy.
builtin Indicates that a variable is a built-in (SYSTEM INTERNAL) type.
feature The feature to be checked while applying this config
devno count stateflag
add authentication noAuthAction¶
Creates a noauth action. This action implies implicit success and inherits the default group. It could be used to craft policy decisions by giving default group.
Synopsis¶
add authentication noAuthAction
Arguments¶
name Name for the new no-authentication 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 Citrix ADC 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').
defaultAuthenticationGroup This is the group that is added to user sessions that match current policy.