Type Alias: UserAttributeValue
UserAttributeValue =
object
Defined in: types.ts:860
A single user attribute defined by the organization, together with the
authenticated member's current value (null when the member has not set it).
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
description | string | null | - | types.ts:863 |
name | string | - | types.ts:862 |
options | string[] | null | - | types.ts:865 |
slug | string | - | types.ts:861 |
type | string | - | types.ts:864 |
user_editable | boolean | Whether the member may update this attribute through the session API. | types.ts:868 |
validation_rules | UserAttributeValidationRule[] | null | - | types.ts:869 |
value | unknown | - | types.ts:866 |