AssociatedGroup

Represents a group associated with a given user in the access control system.

Types

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

Properties

Link copied to clipboard
val name: String?

The name of the group associated with the user. This is used to identify the group in access control decisions.

Link copied to clipboard

The type of the associated group. This indicates the scope of the group's applicability.

Functions

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