Interface CustomUserDataConfig

Export

CustomUserDataConfig

Hierarchy

  • CustomUserDataConfig

Properties

collection_name?: any

The name of the collection that contains custom user data.

Memberof

CustomUserDataConfig

database_name?: any

The name of the database that contains custom user data.

Memberof

CustomUserDataConfig

enabled?: any

If true, custom user data is enabled.

Memberof

CustomUserDataConfig

mongo_service_id?: any

The _id value of the linked MongoDB data source that contains custom user data. See Get a Data Source.

Memberof

CustomUserDataConfig

on_user_creation_function_id?: any

The _id value of a user creation function that runs whenever a new user registers.

Memberof

CustomUserDataConfig

user_id_field?: any

The name of a field that appears in every custom user data document and that contains the user account ID of each document's corresponding user.

Memberof

CustomUserDataConfig

Generated using TypeDoc