File tree 1 file changed +16
-1
lines changed
1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -3629,10 +3629,25 @@ components:
3629
3629
type : boolean
3630
3630
title : Response is active
3631
3631
default : true
3632
+ reset_session :
3633
+ type : boolean
3634
+ title : Reset user session (force re-login)
3635
+ description : Reset the session and force a re-login for the user who triggered the response.
3636
+ default : false
3637
+ reset_password :
3638
+ type : boolean
3639
+ title : Force password change
3640
+ description : Force the user who triggered the response to change their password the next time they log in.
3641
+ default : false
3642
+ disable_user :
3643
+ type : boolean
3644
+ title : Disable user
3645
+ description : Fully disable the user who triggered the response.
3646
+ default : true
3632
3647
disable_mfa :
3633
3648
type : boolean
3634
3649
title : Remove authorized MFA devices
3635
- description : If checked, also remove all multi-factor authentication devices set up for the user being disabled
3650
+ description : Remove all multi-factor authentication devices set up for the user who triggered the response.
3636
3651
default : false
3637
3652
required :
3638
3653
- type
You can’t perform that action at this time.
0 commit comments