UpdateDirectoryConfigRequest
public struct UpdateDirectoryConfigRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the Directory Config object.
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(directoryName: String, organizationalUnitDistinguishedNames: [String]? = nil, serviceAccountCredentials: ServiceAccountCredentials? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
UpdateDirectoryConfigRequest Structure Reference