# PatchedAuthenticatorWebAuthnStageRequest
## Properties
**name** | Option<**String**> | | [optional]
**configure_flow** | Option<**uuid::Uuid**> | Flow used by an authenticated user to configure this Stage. If empty, user will not be able to configure this stage. | [optional]
**friendly_name** | Option<**String**> | | [optional]
**user_verification** | Option<[**models::UserVerificationEnum**](UserVerificationEnum.md)> | | [optional]
**authenticator_attachment** | Option<[**models::AuthenticatorAttachmentEnum**](AuthenticatorAttachmentEnum.md)> | | [optional]
**resident_key_requirement** | Option<[**models::ResidentKeyRequirementEnum**](ResidentKeyRequirementEnum.md)> | | [optional]
**device_type_restrictions** | Option<**Vec<uuid::Uuid>**> | | [optional]
**max_attempts** | Option<**u32**> | | [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)