RadiusSettings
import type { RadiusSettings } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/directoryservice.ts";interface RadiusSettings {
AuthenticationProtocol?: RadiusAuthenticationProtocol | null;
DisplayLabel?: string | null;
RadiusPort?: number | null;
RadiusRetries?: number | null;
RadiusServers?: string[] | null;
RadiusTimeout?: number | null;
SharedSecret?: string | null;
UseSameUsername?: boolean | null;
}