GroupMembership

Contains the identifiers for a group, a group member, and a GroupMembership object in the identity store.

Types

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

Properties

Link copied to clipboard

The date and time the group membership was created.

Link copied to clipboard

The identifier of the user or system that created the group membership.

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.

Link copied to clipboard

An object that contains the identifier of a group member. Setting the UserID field to the specific identifier for a user indicates that the user is a member of the group.

Link copied to clipboard

The identifier for a GroupMembership object in an identity store.

Link copied to clipboard

The date and time the group membership was last updated.

Link copied to clipboard

The identifier of the user or system that last updated the group membership.

Functions

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