Child

class Child

Contains a list of child entities, either OUs or accounts.

Types

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

Properties

Link copied to clipboard
val id: String?

The unique identifier (ID) of this child entity.

Link copied to clipboard

The type of this child entity.

Functions

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