Share via


ActiveDirectoryConfigUpdateProperties interface

The updatable properties of the ActiveDirectoryConfig.

Properties

administrators

Users to be added to the Built-in Administrators active directory group. A list of unique usernames without domain specifier

backupOperators

Users to be added to the Built-in Backup Operator active directory group. A list of unique usernames without domain specifier

dns

An array of DNS server IP addresses(IPv4 only) for the Active Directory

domain

Name of the Active Directory domain

organizationalUnit

The Organizational Unit (OU) within the Windows Active Directory

secretPassword

Access password from Azure KeyVault Secrets to connect Active Directory

securityOperators

Domain Users in the Active directory to be given SecurityPrivilege privilege (Needed for SMB Continuously available shares for SQL). A list of unique usernames without domain specifier

site

The Active Directory site the service will limit Domain Controller discovery to

smbServerName

NetBIOS name of the SMB server. This name will be registered as a computer account in the AD and used to mount volumes

userName

A domain user account with permission to create machine accounts

Property Details

administrators

Users to be added to the Built-in Administrators active directory group. A list of unique usernames without domain specifier

administrators?: string[]

Property Value

string[]

backupOperators

Users to be added to the Built-in Backup Operator active directory group. A list of unique usernames without domain specifier

backupOperators?: string[]

Property Value

string[]

dns

An array of DNS server IP addresses(IPv4 only) for the Active Directory

dns?: string[]

Property Value

string[]

domain

Name of the Active Directory domain

domain?: string

Property Value

string

organizationalUnit

The Organizational Unit (OU) within the Windows Active Directory

organizationalUnit?: string

Property Value

string

secretPassword

Access password from Azure KeyVault Secrets to connect Active Directory

secretPassword?: SecretPassword

Property Value

securityOperators

Domain Users in the Active directory to be given SecurityPrivilege privilege (Needed for SMB Continuously available shares for SQL). A list of unique usernames without domain specifier

securityOperators?: string[]

Property Value

string[]

site

The Active Directory site the service will limit Domain Controller discovery to

site?: string

Property Value

string

smbServerName

NetBIOS name of the SMB server. This name will be registered as a computer account in the AD and used to mount volumes

smbServerName?: string

Property Value

string

userName

A domain user account with permission to create machine accounts

userName?: string

Property Value

string