Creates an AD Connector to connect to a self-managed directory.
See https://www.paws-r-sdk.com/docs/directoryservice_connect_directory/ for full documentation.
directoryservice_connect_directory(
Name,
ShortName = NULL,
Password,
Description = NULL,
Size,
ConnectSettings,
Tags = NULL
)
[required] The fully qualified name of your self-managed directory, such as
corp.example.com
.
The NetBIOS name of your self-managed directory, such as CORP
.
[required] The password for your self-managed user account.
A description for the directory.
[required] The size of the directory.
[required] A DirectoryConnectSettings object that contains additional information for the operation.
The tags to be assigned to AD Connector.