Name | Type | Description | Notes |
---|---|---|---|
pk | kotlin.Int | [readonly] | |
name | kotlin.String | ||
applicationSlug | kotlin.String | ||
authFlowSlug | kotlin.String | ||
clientNetworks | kotlin.String | List of CIDRs (comma-separated) that clients can connect from. A more specific CIDR will match before a looser one. Clients connecting from a non-specified CIDR will be dropped. | [optional] |
sharedSecret | kotlin.String | Shared secret between clients and server to hash packets. | [optional] |
mfaSupport | kotlin.Boolean | When enabled, code-based multi-factor authentication can be used by appending a semicolon and the TOTP code to the password. This should only be enabled if all users that will bind to this provider have a TOTP device configured, as otherwise a password may incorrectly be rejected if it contains a semicolon. | [optional] |
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.