authentik-client 2026.5.0-rc2

Making authentication simple.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# AccountLockdownStageRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** |  | 
**deactivate_user** | Option<**bool**> | Deactivate the user account (set is_active to False) | [optional]
**set_unusable_password** | Option<**bool**> | Set an unusable password for the user | [optional]
**delete_sessions** | Option<**bool**> | Delete all active sessions for the user | [optional]
**revoke_tokens** | Option<**bool**> | Revoke all tokens for the user (API, app password, recovery, verification, OAuth) | [optional]
**self_service_completion_flow** | Option<**uuid::Uuid**> | Flow to redirect users to after self-service lockdown. This flow should not require authentication since the user's session is deleted. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)