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

Latest commit

 

History

History
16 lines (12 loc) · 1.09 KB

RadiusOutpostConfig.md

File metadata and controls

16 lines (12 loc) · 1.09 KB

RadiusOutpostConfig

Properties

Name Type Description Notes
pk Int [readonly]
name String
applicationSlug String
authFlowSlug String
clientNetworks 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 String Shared secret between clients and server to hash packets. [optional]
mfaSupport Bool 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]

[Back to Model list] [Back to API list] [Back to README]