GroupSummary

A structure containing a subset of fields of a group object from a directory.

Types

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

Properties

Link copied to clipboard

The scope of the AD group. For details, see Active Directory security groups.

Link copied to clipboard

The AD group type. For details, see Active Directory security group type.

Link copied to clipboard

The name of the group.

Link copied to clipboard
val sid: String

The unique security identifier (SID) of the group.

Functions

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