Case (List)#

Path: /profiles/profile{id, type}/settings/authentication-service/authentication-actions/authentication-action{id}/switch/case

Parameters#

NameTypeRequiredDefaultDescription
namestringrequiredA mandatory unique name for this switch case
condition-scriptscriptrequiredThe JavaScript boolean expression conditioning the execution of this case’s authenticator.
actionleafrefrequiredThe authentication action to run if the condition is true.

Was this helpful?