File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -3629,10 +3629,25 @@ components:
36293629 type : boolean
36303630 title : Response is active
36313631 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
36323647 disable_mfa :
36333648 type : boolean
36343649 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.
36363651 default : false
36373652 required :
36383653 - type
You can’t perform that action at this time.
0 commit comments