Name | Type | Description | Notes |
---|---|---|---|
key | String | A unique id by which Permit will identify the user for permission checks. | |
Option<String> | The email of the user. If synced, will be unique inside the environment. | [optional] | |
first_name | Option<String> | First name of the user. | [optional] |
last_name | Option<String> | Last name of the user. | [optional] |
attributes | Option<serde_json::Value> | Arbitrary user attributes that will be used to enforce attribute-based access control policies. | [optional][default to {}] |