[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
ActiveDirectoryCreateTO
Properties
string
defaultOU
Optional
OU (Organizational Unit) used by default for adding pool VMs to the domain unless specified on the pool
string
description
Optional
Description for the AD
string
dnsDomainName
Optional
Directory Domain Name
string
name
Optional
Name that helps the customer identify the record
string
orgId
Optional
Org ID that owns this record
JSON Example
{
"defaultOU": "OU=Computers",
"description": "This is a test AD",
"dnsDomainName": "example.com",
"name": "TestAD",
"orgId": "0123456789"
}