Interface UserCreate

Export

UserCreate

Hierarchy

  • UserCreate

Properties

attributes?: object

Arbitrary user attributes that will be used to enforce attribute-based access control policies.

Memberof

UserCreate

email?: string

The email of the user. If synced, will be unique inside the environment.

Memberof

UserCreate

first_name?: string

First name of the user.

Memberof

UserCreate

key: string

A unique id by which Permit will identify the user for permission checks.

Memberof

UserCreate

last_name?: string

Last name of the user.

Memberof

UserCreate

Generated using TypeDoc