Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 827 Bytes

PatchedPasswordStageRequest.md

File metadata and controls

14 lines (9 loc) · 827 Bytes

PatchedPasswordStageRequest

Properties

Name Type Description Notes
name kotlin.String [optional]
flowSet kotlin.collections.List<FlowSetRequest> [optional]
backends kotlin.collections.List<BackendsEnum> Selection of backends to test the password against. [optional]
configureFlow java.util.UUID Flow used by an authenticated user to configure this Stage. If empty, user will not be able to configure this stage. [optional]
failedAttemptsBeforeCancel kotlin.Int How many attempts a user has before the flow is canceled. To lock the user out, use a reputation policy and a user_write stage. [optional]