CreateMembershipRequest

Request structure for adding a single member to an agent space.

Types

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

Properties

Link copied to clipboard

The unique identifier of the agent space to grant access to.

Link copied to clipboard

The unique identifier of the application that contains the agent space.

Link copied to clipboard

The configuration for the membership, such as the user role.

Link copied to clipboard

The unique identifier for the membership.

Link copied to clipboard

The type of member. Currently, only USER is supported.

Functions

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