Values.EnableRadiusRequestSourceContains the inputs for the EnableRadius operation.
type nonrec t = {directoryId : DirectoryId.t;The identifier of the directory for which to enable MFA.
*)radiusSettings : RadiusSettings.t;A RadiusSettings object that contains information about the RADIUS server.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of DirectoryId.t
| `Structure of
(string
* [> `Boolean of UseSameUsername.t
| `Enum of string
| `Integer of PortNumber.t
| `List of [> `String of Server.t ] list
| `String of RadiusSharedSecret.t ])
list ])
list ]