Name | Type | Description | Notes |
---|---|---|---|
pk | UUID | [readonly] | |
name | String | ||
component | String | Get object type so that we know how to edit the object | [readonly] |
verboseName | String | Return object's verbose_name | [readonly] |
verboseNamePlural | String | Return object's plural verbose_name | [readonly] |
metaModelName | String | Return internal model name | [readonly] |
flowSet | [FlowSet] | [optional] | |
notConfiguredAction | NotConfiguredActionEnum | [optional] | |
deviceClasses | [DeviceClassesEnum] | Device classes which can be used to authenticate | [optional] |
configurationStages | [UUID] | Stages used to configure Authenticator when user doesn't have any compatible devices. After this configuration Stage passes, the user is not prompted again. | [optional] |
lastAuthThreshold | String | If any of the user's device has been used within this threshold, this stage will be skipped | [optional] |
webauthnUserVerification | UserVerificationEnum | Enforce user verification for WebAuthn devices. * `required` - Required * `preferred` - Preferred * `discouraged` - Discouraged | [optional] |
This repository was archived by the owner on Apr 17, 2024. It is now read-only.