EnableRadiusRequest
public struct EnableRadiusRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The identifier of the directory for which to enable MFA.
Declaration
Swift
public let directoryId: String -
A RadiusSettings object that contains information about the RADIUS server.
Declaration
Swift
public let radiusSettings: RadiusSettings -
Undocumented
Declaration
Swift
public init(directoryId: String, radiusSettings: RadiusSettings) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
EnableRadiusRequest Structure Reference