DirectoryConfig
public struct DirectoryConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The time the directory configuration was created.
Declaration
Swift
public let createdTime: TimeStamp? -
The fully qualified name of the directory (for example, corp.example.com).
Declaration
Swift
public let directoryName: String -
The distinguished names of the organizational units for computer accounts.
Declaration
Swift
public let organizationalUnitDistinguishedNames: [String]? -
The credentials for the service account used by the fleet or image builder to connect to the directory.
Declaration
Swift
public let serviceAccountCredentials: ServiceAccountCredentials? -
Undocumented
Declaration
Swift
public init(createdTime: TimeStamp? = nil, directoryName: String, organizationalUnitDistinguishedNames: [String]? = nil, serviceAccountCredentials: ServiceAccountCredentials? = nil)
View on GitHub
DirectoryConfig Structure Reference