Computer

class Computer

Contains information about a computer account in a directory.

Types

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

Properties

Link copied to clipboard

An array of Attribute objects containing the LDAP attributes that belong to the computer account.

Link copied to clipboard

The identifier of the computer.

Link copied to clipboard

The computer name.

Functions

Link copied to clipboard
inline fun copy(block: Computer.Builder.() -> Unit = {}): Computer
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