Case (List)#
Path: /profiles/profile{id, type}/settings/authentication-service/authentication-actions/authentication-action{id}/switch/case
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| name | string | required | A mandatory unique name for this switch case | |
| condition-script | script | required | The JavaScript boolean expression conditioning the execution of this case’s authenticator. | |
| action | leafref | required | The authentication action to run if the condition is true. |