GetDirectoryRadiusSetting

data class GetDirectoryRadiusSetting(val authenticationProtocol: String, val displayLabel: String, val radiusPort: Int, val radiusRetries: Int, val radiusServers: List<String>, val radiusTimeout: Int, val useSameUsername: Boolean)

Constructors

Link copied to clipboard
constructor(authenticationProtocol: String, displayLabel: String, radiusPort: Int, radiusRetries: Int, radiusServers: List<String>, radiusTimeout: Int, useSameUsername: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The protocol specified for your RADIUS endpoints.

Link copied to clipboard

Display label.

Link copied to clipboard

Port that your RADIUS server is using for communications.

Link copied to clipboard

Maximum number of times that communication with the RADIUS server is attempted.

Link copied to clipboard

Set of strings that contains the fully qualified domain name (FQDN) or IP addresses of the RADIUS server endpoints, or the FQDN or IP addresses of your RADIUS server load balancer.

Link copied to clipboard

Amount of time, in seconds, to wait for the RADIUS server to respond.

Link copied to clipboard

Not currently used.