Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.41 KB

PatchedRadiusProviderRequest.md

File metadata and controls

17 lines (12 loc) · 1.41 KB

PatchedRadiusProviderRequest

Properties

Name Type Description Notes
name Option<String> [optional]
authentication_flow Option<uuid::Uuid> Flow used for authentication when the associated application is accessed by an un-authenticated user. [optional]
authorization_flow Option<uuid::Uuid> Flow used when authorizing this provider. [optional]
property_mappings Option<Vecuuid::Uuid> [optional]
client_networks Option<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]
shared_secret Option<String> Shared secret between clients and server to hash packets. [optional]
mfa_support Option<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]