RadiusSettings

Contains information about a Remote Authentication Dial In User Service (RADIUS) server.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The protocol specified for your RADIUS endpoints.

Link copied to clipboard

Not currently used.

Link copied to clipboard

The port that your RADIUS server is using for communications. Your self-managed network must allow inbound traffic over this port from the Directory Service servers.

Link copied to clipboard

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

Link copied to clipboard

An array 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

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

Link copied to clipboard

Required for enabling RADIUS on the directory.

Link copied to clipboard

Not currently used.

Functions

Link copied to clipboard
inline fun copy(block: RadiusSettings.Builder.() -> Unit = {}): RadiusSettings
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String