EnableLDAPSRequest

public struct EnableLDAPSRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The identifier of the directory.

    Declaration

    Swift

    public let directoryId: String
  • The type of LDAP security to enable. Currently only the value Client is supported.

    Declaration

    Swift

    public let type: LDAPSType
  • Undocumented

    Declaration

    Swift

    public init(directoryId: String, type: LDAPSType)
  • Declaration

    Swift

    public func validate(name: String) throws