View source: R/directoryservice_operations.R
directoryservice_create_directory | R Documentation |
Creates a Simple AD directory. For more information, see Simple Active Directory in the Directory Service Admin Guide.
See https://www.paws-r-sdk.com/docs/directoryservice_create_directory/ for full documentation.
directoryservice_create_directory(
Name,
ShortName = NULL,
Password,
Description = NULL,
Size,
VpcSettings = NULL,
Tags = NULL
)
Name |
[required] The fully qualified name for the directory, such as |
ShortName |
The NetBIOS name of the directory, such as |
Password |
[required] The password for the directory administrator. The directory creation
process creates a directory administrator account with the user name
If you need to change the password for the administrator account, you
can use the
The regex pattern for this string is made up of the following conditions:
AND any 3 of the following password complexity rules required by Active Directory:
For additional information about how Active Directory passwords are enforced, see Password must meet complexity requirements on the Microsoft website. |
Description |
A description for the directory. |
Size |
[required] The size of the directory. |
VpcSettings |
A DirectoryVpcSettings object that contains additional information for the operation. |
Tags |
The tags to be assigned to the Simple AD directory. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.