InstantCloneDomainAccountCreateSpec

InstantCloneDomainAccountCreateSpec
InstantCloneDomainAccountCreateSpec

Specification of the instant clone domain account.

JSON Example
{
    "ad_domain_id": "S-1-5-21-1085031214-1563985344-725345543",
    "password": [
        "string"
    ],
    "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.