Interface UserRead

Export

UserRead

Hierarchy

  • UserRead

Properties

associated_tenants?: UserInTenant[]

Memberof

UserRead

attributes?: object

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

Memberof

UserRead

email?: string

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

Memberof

UserRead

environment_id: string

Unique id of the environment that the user belongs to.

Memberof

UserRead

first_name?: string

First name of the user.

Memberof

UserRead

id: string

Unique id of the user

Memberof

UserRead

key: string

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

Memberof

UserRead

last_name?: string

Last name of the user.

Memberof

UserRead

organization_id: string

Unique id of the organization that the user belongs to.

Memberof

UserRead

project_id: string

Unique id of the project that the user belongs to.

Memberof

UserRead

roles?: UserRole[]

Memberof

UserRead

Deprecated

Generated using TypeDoc