InstantCloneDomainAccountCreateSpec
InstantCloneDomainAccountCreateSpec
Instant clone domain account object to be created.
JSON Example
{
"ad_domain_id": "S-1-5-21-1085031214-1563985344-725345543",
"password": [
"<password>"
],
"username": "testuser"
}
string
ad_domain_id
Required
SID of the AD Domain that this account user belongs to.
array of string
password
Required
Password of the account.
string
username
Required
User name of the account.