CreateComputerRequest

Contains the inputs for the CreateComputer operation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An array of Attribute objects that contain any LDAP attributes to apply to the computer account.

Link copied to clipboard

The name of the computer account.

Link copied to clipboard

The identifier of the directory in which to create the computer account.

Link copied to clipboard

The fully-qualified distinguished name of the organizational unit to place the computer account in.

Link copied to clipboard

A one-time password that is used to join the computer to the directory. You should generate a random, strong password to use for this parameter.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String