Group

class Group

A group object that contains the metadata and attributes for a specified group.

Types

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

Properties

Link copied to clipboard

A string containing a description of the specified group.

Link copied to clipboard

The display name value for the group. The length limit is 1,024 characters. This value can consist of letters, accented characters, symbols, numbers, punctuation, tab, new line, carriage return, space, and nonbreaking space in this attribute. This value is specified at the time the group is created and stored as an attribute of the group object in the identity store.

Link copied to clipboard

A list of ExternalId objects that contains the identifiers issued to this resource by an external identity provider.

Link copied to clipboard

The identifier for a group in the identity store.

Link copied to clipboard

The globally unique identifier for the identity store.

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