CreateDirectoryRequest

Contains the inputs for the CreateDirectory operation.

Types

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

Properties

Link copied to clipboard

A description for the directory.

Link copied to clipboard
val name: String?

The fully qualified name for the directory, such as corp.example.com.

Link copied to clipboard

The password for the directory administrator. The directory creation process creates a directory administrator account with the user name Administrator and this password.

Link copied to clipboard

The NetBIOS name of the directory, such as CORP.

Link copied to clipboard

The size of the directory.

Link copied to clipboard
val tags: List<Tag>?

The tags to be assigned to the Simple AD directory.

Link copied to clipboard

A DirectoryVpcSettings object that contains additional information for the operation.

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