DirectoryConfigServiceAccountCredentials

data class DirectoryConfigServiceAccountCredentials(val accountName: String, val accountPassword: String)

Constructors

Link copied to clipboard
constructor(accountName: String, accountPassword: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The user name of the account. This account must have the following privileges: create computer objects, join computers to the domain, and change/reset the password on descendant computer objects for the organizational units specified.

Link copied to clipboard

The password for the account.