Skip to content

Commit

Permalink
Definitions Update responder
Browse files Browse the repository at this point in the history
  • Loading branch information
cibot committed Sep 26, 2023
1 parent feeeac0 commit d469886
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion alsdkdefs/apis/responder/responder.v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3629,10 +3629,25 @@ components:
type: boolean
title: Response is active
default: true
reset_session:
type: boolean
title: Reset user session (force re-login)
description: Reset the session and force a re-login for the user who triggered the response.
default: false
reset_password:
type: boolean
title: Force password change
description: Force the user who triggered the response to change their password the next time they log in.
default: false
disable_user:
type: boolean
title: Disable user
description: Fully disable the user who triggered the response.
default: true
disable_mfa:
type: boolean
title: Remove authorized MFA devices
description: If checked, also remove all multi-factor authentication devices set up for the user being disabled
description: Remove all multi-factor authentication devices set up for the user who triggered the response.
default: false
required:
- type
Expand Down

0 comments on commit d469886

Please sign in to comment.