# Type

### `recommendation.type`  <mark style="color:blue;">enum</mark>

### Possible values

#### TERMINATE\_SESSION

Terminate the user's session across all accounts, forcing them to log in again.

#### NOTIFY\_USER

Send a notification to the user, and possibly follow up to get more information.

#### NOTIFY\_USER\_WITH\_LINK

Send a notification to the user that includes a link to verify that this action was intentional.

#### INVALIDATE\_PASSWORD

Invalidate the user's password, and send them a link to reset it.

#### FLAG\_FOR\_NEXT

If another security event occurs for this user, perform the recommended action.

#### BAN\_IP

Ban this IP from accessing your application until further resolution.

#### BAN\_DEVICE

Ban this device from accessing your application until further resolution.

#### BAN\_ACTION

Ban this user from performing an action according to the given parameters.
