DirectorySettings
public struct DirectorySettings
Settings for the directory
-
Current directory domain, or empty string for default
- @since 10.5
Declaration
Swift
public var domain: String -
If ESNI is enabled for this domain @since 10.5 @deprecated as of 14.3.2
Declaration
Swift
public var esniEnabled: Bool -
Current directory oauth gateway URI, or empty string for not used
- @since 10.5
Declaration
Swift
public var gatewayUri: String -
Declaration
Swift
public init(json: [String : Any])