Parent

class Parent

Contains information about either a root or an organizational unit (OU) that can contain OUs or accounts in an organization.

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 the parent entity.

Link copied to clipboard

The type of the parent entity.

Functions

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