Group

class Group

A group object that contains identifying information and attributes for a specified group.

Types

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

Properties

Link copied to clipboard
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

An expression of one or more attributes, data types, and the values of a group.

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: Group.Builder.() -> Unit = {}): Group
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