DirectoryConfigServiceAccountCredentialsArgs

data class DirectoryConfigServiceAccountCredentialsArgs(val accountName: Output<String>, val accountPassword: Output<String>) : ConvertibleToJava<DirectoryConfigServiceAccountCredentialsArgs>

Constructors

constructor(accountName: Output<String>, accountPassword: Output<String>)

Properties

Link copied to clipboard
val accountName: Output<String>

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
val accountPassword: Output<String>

The password for the account.

Functions

Link copied to clipboard
open override fun toJava(): DirectoryConfigServiceAccountCredentialsArgs