AWS SDK for C++
1.8.128
AWS SDK for C++
|
#include <CreateDirectoryRequest.h>
Additional Inherited Members | |
![]() | |
virtual void | DumpBodyToUrl (Aws::Http::URI &uri) const |
Contains the inputs for the CreateDirectory operation.
Definition at line 29 of file CreateDirectoryRequest.h.
Aws::DirectoryService::Model::CreateDirectoryRequest::CreateDirectoryRequest | ( | ) |
|
inline |
The tags to be assigned to the Simple AD directory.
Definition at line 446 of file CreateDirectoryRequest.h.
|
inline |
The tags to be assigned to the Simple AD directory.
Definition at line 451 of file CreateDirectoryRequest.h.
|
inline |
A description for the directory.
Definition at line 312 of file CreateDirectoryRequest.h.
|
inline |
A description for the directory.
Definition at line 307 of file CreateDirectoryRequest.h.
|
inline |
The fully qualified name for the directory, such as corp.example.com
.
Definition at line 49 of file CreateDirectoryRequest.h.
|
inline |
The password for the directory administrator. The directory creation process creates a directory administrator account with the user name Administrator
and this password.
If you need to change the password for the administrator account, you can use the ResetUserPassword API call.
The regex pattern for this string is made up of the following conditions:
Length (?=^.{8,64}$) – Must be between 8 and 64 characters
AND any 3 of the following password complexity rules required by Active Directory:
Numbers and upper case and lowercase (?=.*\d)(?=.*[A-Z])(?=.*[a-z])
Numbers and special characters and lower case (?=.*\d)(?=.*[^A-Za-z0-9\s])(?=.*[a-z])
Special characters and upper case and lower case (?=.*[^A-Za-z0-9\s])(?=.*[A-Z])(?=.*[a-z])
Numbers and upper case and special characters (?=.*\d)(?=.*[A-Z])(?=.*[^A-Za-z0-9\s])
For additional information about how Active Directory passwords are enforced, see Password must meet complexity requirements on the Microsoft website.
Definition at line 154 of file CreateDirectoryRequest.h.
|
overridevirtual |
Reimplemented from Aws::DirectoryService::DirectoryServiceRequest.
|
inlineoverridevirtual |
Implements Aws::AmazonWebServiceRequest.
Definition at line 38 of file CreateDirectoryRequest.h.
|
inline |
The NetBIOS name of the directory, such as CORP
.
Definition at line 97 of file CreateDirectoryRequest.h.
|
inline |
The size of the directory.
Definition at line 348 of file CreateDirectoryRequest.h.
|
inline |
The tags to be assigned to the Simple AD directory.
Definition at line 416 of file CreateDirectoryRequest.h.
|
inline |
A DirectoryVpcSettings object that contains additional information for the operation.
Definition at line 380 of file CreateDirectoryRequest.h.
|
inline |
The fully qualified name for the directory, such as corp.example.com
.
Definition at line 55 of file CreateDirectoryRequest.h.
|
inline |
The password for the directory administrator. The directory creation process creates a directory administrator account with the user name Administrator
and this password.
If you need to change the password for the administrator account, you can use the ResetUserPassword API call.
The regex pattern for this string is made up of the following conditions:
Length (?=^.{8,64}$) – Must be between 8 and 64 characters
AND any 3 of the following password complexity rules required by Active Directory:
Numbers and upper case and lowercase (?=.*\d)(?=.*[A-Z])(?=.*[a-z])
Numbers and special characters and lower case (?=.*\d)(?=.*[^A-Za-z0-9\s])(?=.*[a-z])
Special characters and upper case and lower case (?=.*[^A-Za-z0-9\s])(?=.*[A-Z])(?=.*[a-z])
Numbers and upper case and special characters (?=.*\d)(?=.*[A-Z])(?=.*[^A-Za-z0-9\s])
For additional information about how Active Directory passwords are enforced, see Password must meet complexity requirements on the Microsoft website.
Definition at line 175 of file CreateDirectoryRequest.h.
|
overridevirtual |
Convert payload into String.
Implements Aws::AmazonSerializableWebServiceRequest.
|
inline |
A description for the directory.
Definition at line 322 of file CreateDirectoryRequest.h.
|
inline |
A description for the directory.
Definition at line 317 of file CreateDirectoryRequest.h.
|
inline |
A description for the directory.
Definition at line 327 of file CreateDirectoryRequest.h.
|
inline |
The fully qualified name for the directory, such as corp.example.com
.
Definition at line 67 of file CreateDirectoryRequest.h.
|
inline |
The fully qualified name for the directory, such as corp.example.com
.
Definition at line 61 of file CreateDirectoryRequest.h.
|
inline |
The fully qualified name for the directory, such as corp.example.com
.
Definition at line 73 of file CreateDirectoryRequest.h.
|
inline |
The password for the directory administrator. The directory creation process creates a directory administrator account with the user name Administrator
and this password.
If you need to change the password for the administrator account, you can use the ResetUserPassword API call.
The regex pattern for this string is made up of the following conditions:
Length (?=^.{8,64}$) – Must be between 8 and 64 characters
AND any 3 of the following password complexity rules required by Active Directory:
Numbers and upper case and lowercase (?=.*\d)(?=.*[A-Z])(?=.*[a-z])
Numbers and special characters and lower case (?=.*\d)(?=.*[^A-Za-z0-9\s])(?=.*[a-z])
Special characters and upper case and lower case (?=.*[^A-Za-z0-9\s])(?=.*[A-Z])(?=.*[a-z])
Numbers and upper case and special characters (?=.*\d)(?=.*[A-Z])(?=.*[^A-Za-z0-9\s])
For additional information about how Active Directory passwords are enforced, see Password must meet complexity requirements on the Microsoft website.
Definition at line 217 of file CreateDirectoryRequest.h.
|
inline |
The password for the directory administrator. The directory creation process creates a directory administrator account with the user name Administrator
and this password.
If you need to change the password for the administrator account, you can use the ResetUserPassword API call.
The regex pattern for this string is made up of the following conditions:
Length (?=^.{8,64}$) – Must be between 8 and 64 characters
AND any 3 of the following password complexity rules required by Active Directory:
Numbers and upper case and lowercase (?=.*\d)(?=.*[A-Z])(?=.*[a-z])
Numbers and special characters and lower case (?=.*\d)(?=.*[^A-Za-z0-9\s])(?=.*[a-z])
Special characters and upper case and lower case (?=.*[^A-Za-z0-9\s])(?=.*[A-Z])(?=.*[a-z])
Numbers and upper case and special characters (?=.*\d)(?=.*[A-Z])(?=.*[^A-Za-z0-9\s])
For additional information about how Active Directory passwords are enforced, see Password must meet complexity requirements on the Microsoft website.
Definition at line 196 of file CreateDirectoryRequest.h.
|
inline |
The password for the directory administrator. The directory creation process creates a directory administrator account with the user name Administrator
and this password.
If you need to change the password for the administrator account, you can use the ResetUserPassword API call.
The regex pattern for this string is made up of the following conditions:
Length (?=^.{8,64}$) – Must be between 8 and 64 characters
AND any 3 of the following password complexity rules required by Active Directory:
Numbers and upper case and lowercase (?=.*\d)(?=.*[A-Z])(?=.*[a-z])
Numbers and special characters and lower case (?=.*\d)(?=.*[^A-Za-z0-9\s])(?=.*[a-z])
Special characters and upper case and lower case (?=.*[^A-Za-z0-9\s])(?=.*[A-Z])(?=.*[a-z])
Numbers and upper case and special characters (?=.*\d)(?=.*[A-Z])(?=.*[^A-Za-z0-9\s])
For additional information about how Active Directory passwords are enforced, see Password must meet complexity requirements on the Microsoft website.
Definition at line 238 of file CreateDirectoryRequest.h.
|
inline |
The NetBIOS name of the directory, such as CORP
.
Definition at line 112 of file CreateDirectoryRequest.h.
|
inline |
The NetBIOS name of the directory, such as CORP
.
Definition at line 107 of file CreateDirectoryRequest.h.
|
inline |
The NetBIOS name of the directory, such as CORP
.
Definition at line 117 of file CreateDirectoryRequest.h.
|
inline |
The size of the directory.
Definition at line 358 of file CreateDirectoryRequest.h.
|
inline |
The size of the directory.
Definition at line 363 of file CreateDirectoryRequest.h.
|
inline |
The tags to be assigned to the Simple AD directory.
Definition at line 431 of file CreateDirectoryRequest.h.
|
inline |
The tags to be assigned to the Simple AD directory.
Definition at line 426 of file CreateDirectoryRequest.h.
|
inline |
A DirectoryVpcSettings object that contains additional information for the operation.
Definition at line 392 of file CreateDirectoryRequest.h.
|
inline |
A DirectoryVpcSettings object that contains additional information for the operation.
Definition at line 398 of file CreateDirectoryRequest.h.
|
inline |
The NetBIOS name of the directory, such as CORP
.
Definition at line 102 of file CreateDirectoryRequest.h.
|
inline |
The size of the directory.
Definition at line 353 of file CreateDirectoryRequest.h.
|
inline |
The tags to be assigned to the Simple AD directory.
Definition at line 421 of file CreateDirectoryRequest.h.
|
inline |
A DirectoryVpcSettings object that contains additional information for the operation.
Definition at line 386 of file CreateDirectoryRequest.h.
|
inline |
A description for the directory.
Definition at line 337 of file CreateDirectoryRequest.h.
|
inline |
A description for the directory.
Definition at line 332 of file CreateDirectoryRequest.h.
|
inline |
A description for the directory.
Definition at line 342 of file CreateDirectoryRequest.h.
|
inline |
The fully qualified name for the directory, such as corp.example.com
.
Definition at line 85 of file CreateDirectoryRequest.h.
|
inline |
The fully qualified name for the directory, such as corp.example.com
.
Definition at line 79 of file CreateDirectoryRequest.h.
|
inline |
The fully qualified name for the directory, such as corp.example.com
.
Definition at line 91 of file CreateDirectoryRequest.h.
|
inline |
The password for the directory administrator. The directory creation process creates a directory administrator account with the user name Administrator
and this password.
If you need to change the password for the administrator account, you can use the ResetUserPassword API call.
The regex pattern for this string is made up of the following conditions:
Length (?=^.{8,64}$) – Must be between 8 and 64 characters
AND any 3 of the following password complexity rules required by Active Directory:
Numbers and upper case and lowercase (?=.*\d)(?=.*[A-Z])(?=.*[a-z])
Numbers and special characters and lower case (?=.*\d)(?=.*[^A-Za-z0-9\s])(?=.*[a-z])
Special characters and upper case and lower case (?=.*[^A-Za-z0-9\s])(?=.*[A-Z])(?=.*[a-z])
Numbers and upper case and special characters (?=.*\d)(?=.*[A-Z])(?=.*[^A-Za-z0-9\s])
For additional information about how Active Directory passwords are enforced, see Password must meet complexity requirements on the Microsoft website.
Definition at line 280 of file CreateDirectoryRequest.h.
|
inline |
The password for the directory administrator. The directory creation process creates a directory administrator account with the user name Administrator
and this password.
If you need to change the password for the administrator account, you can use the ResetUserPassword API call.
The regex pattern for this string is made up of the following conditions:
Length (?=^.{8,64}$) – Must be between 8 and 64 characters
AND any 3 of the following password complexity rules required by Active Directory:
Numbers and upper case and lowercase (?=.*\d)(?=.*[A-Z])(?=.*[a-z])
Numbers and special characters and lower case (?=.*\d)(?=.*[^A-Za-z0-9\s])(?=.*[a-z])
Special characters and upper case and lower case (?=.*[^A-Za-z0-9\s])(?=.*[A-Z])(?=.*[a-z])
Numbers and upper case and special characters (?=.*\d)(?=.*[A-Z])(?=.*[^A-Za-z0-9\s])
For additional information about how Active Directory passwords are enforced, see Password must meet complexity requirements on the Microsoft website.
Definition at line 259 of file CreateDirectoryRequest.h.
|
inline |
The password for the directory administrator. The directory creation process creates a directory administrator account with the user name Administrator
and this password.
If you need to change the password for the administrator account, you can use the ResetUserPassword API call.
The regex pattern for this string is made up of the following conditions:
Length (?=^.{8,64}$) – Must be between 8 and 64 characters
AND any 3 of the following password complexity rules required by Active Directory:
Numbers and upper case and lowercase (?=.*\d)(?=.*[A-Z])(?=.*[a-z])
Numbers and special characters and lower case (?=.*\d)(?=.*[^A-Za-z0-9\s])(?=.*[a-z])
Special characters and upper case and lower case (?=.*[^A-Za-z0-9\s])(?=.*[A-Z])(?=.*[a-z])
Numbers and upper case and special characters (?=.*\d)(?=.*[A-Z])(?=.*[^A-Za-z0-9\s])
For additional information about how Active Directory passwords are enforced, see Password must meet complexity requirements on the Microsoft website.
Definition at line 301 of file CreateDirectoryRequest.h.
|
inline |
The NetBIOS name of the directory, such as CORP
.
Definition at line 127 of file CreateDirectoryRequest.h.
|
inline |
The NetBIOS name of the directory, such as CORP
.
Definition at line 122 of file CreateDirectoryRequest.h.
|
inline |
The NetBIOS name of the directory, such as CORP
.
Definition at line 132 of file CreateDirectoryRequest.h.
|
inline |
The size of the directory.
Definition at line 368 of file CreateDirectoryRequest.h.
|
inline |
The size of the directory.
Definition at line 373 of file CreateDirectoryRequest.h.
|
inline |
The tags to be assigned to the Simple AD directory.
Definition at line 441 of file CreateDirectoryRequest.h.
|
inline |
The tags to be assigned to the Simple AD directory.
Definition at line 436 of file CreateDirectoryRequest.h.
|
inline |
A DirectoryVpcSettings object that contains additional information for the operation.
Definition at line 404 of file CreateDirectoryRequest.h.
|
inline |
A DirectoryVpcSettings object that contains additional information for the operation.
Definition at line 410 of file CreateDirectoryRequest.h.