ClientVpnAuthentication
public struct ClientVpnAuthentication : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Information about the Active Directory, if applicable.
Declaration
Swift
public let activeDirectory: DirectoryServiceAuthentication? -
Information about the IAM SAML identity provider, if applicable.
Declaration
Swift
public let federatedAuthentication: FederatedAuthentication? -
Information about the authentication certificates, if applicable.
Declaration
Swift
public let mutualAuthentication: CertificateAuthentication? -
The authentication type used.
Declaration
Swift
public let type: ClientVpnAuthenticationType? -
Undocumented
Declaration
Swift
public init(activeDirectory: DirectoryServiceAuthentication? = nil, federatedAuthentication: FederatedAuthentication? = nil, mutualAuthentication: CertificateAuthentication? = nil, type: ClientVpnAuthenticationType? = nil)
View on GitHub
ClientVpnAuthentication Structure Reference