Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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;
}

§Properties

§
AuthenticationProtocol?: RadiusAuthenticationProtocol | null
[src]
§
DisplayLabel?: string | null
[src]
§
RadiusPort?: number | null
[src]
§
RadiusRetries?: number | null
[src]
§
RadiusServers?: string[] | null
[src]
§
RadiusTimeout?: number | null
[src]
§
SharedSecret?: string | null
[src]
§
UseSameUsername?: boolean | null
[src]