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

Latest commit

 

History

History
26 lines (21 loc) · 2.15 KB

RadiusProvider.md

File metadata and controls

26 lines (21 loc) · 2.15 KB

RadiusProvider

Properties

Name Type Description Notes
pk kotlin.Int [readonly]
name kotlin.String
authorizationFlow java.util.UUID Flow used when authorizing this provider.
component kotlin.String Get object component so that we know how to edit the object [readonly]
assignedApplicationSlug kotlin.String Internal application name, used in URLs. [readonly]
assignedApplicationName kotlin.String Application's display Name. [readonly]
assignedBackchannelApplicationSlug kotlin.String Internal application name, used in URLs. [readonly]
assignedBackchannelApplicationName kotlin.String Application's display Name. [readonly]
verboseName kotlin.String Return object's verbose_name [readonly]
verboseNamePlural kotlin.String Return object's plural verbose_name [readonly]
metaModelName kotlin.String Return internal model name [readonly]
outpostSet kotlin.collections.List<kotlin.String> [readonly]
authenticationFlow java.util.UUID Flow used for authentication when the associated application is accessed by an un-authenticated user. [optional]
propertyMappings kotlin.collections.List<java.util.UUID> [optional]
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]