event.connection
| Details about the Connection that was used for the current transaction. Includes the following properties: id String. The connection's unique identifier.metadata Optional dictionary. Metadata associated with the connection.name String. The name of the connection used to authenticate the user (such as: twitter or some-g-suite-domain ).strategy String. The type of connection.undefinedFor social connection connectionStrategy === connection . For enterprise connections, the strategy will be waad (Windows Azure AD), ad (Active Directory/LDAP), auth0 (database connections), and so on.
|
event.request
| Details about the request that initated the transaction. Includes the following properties: |
event.tenant
| Details about the Tenant associated with the current transaction. Includes the following properties: id String. The name of the tenant.
|
event.user
| An object describing the user on whose behalf the current transaction was initiated. Includes the following properties: email Optional string. (unique) User's email address.email_verified Optional boolean. Indicates whether the user has verified their email address.last_password_reset Optional string. Timestamp indicating the last time the user's password was reset/changed. At user creation, this field does not exist. This property is only available for Database connections.user_id Optional string. (unique) User's unique identifier.username Optional string. (unique) User's username.
|