UserIncubatingAttributes
in
Semantic attributes and corresponding values for user.
Tags
Table of Contents
Constants
- USER_EMAIL = 'user.email'
- User email address.
- USER_FULL_NAME = 'user.full_name'
- User's full name
- USER_HASH = 'user.hash'
- Unique user hash to correlate information for a user in anonymized form.
- USER_ID = 'user.id'
- Unique identifier of the user.
- USER_NAME = 'user.name'
- Short name or login/username of the user.
- USER_ROLES = 'user.roles'
- Array of user roles at the time of the event.
Constants
USER_EMAIL
User email address.
public
mixed
USER_EMAIL
= 'user.email'
Tags
USER_FULL_NAME
User's full name
public
mixed
USER_FULL_NAME
= 'user.full_name'
Tags
USER_HASH
Unique user hash to correlate information for a user in anonymized form.
public
mixed
USER_HASH
= 'user.hash'
Useful if user.id
or user.name
contain confidential information and cannot be used.
Tags
USER_ID
Unique identifier of the user.
public
mixed
USER_ID
= 'user.id'
Tags
USER_NAME
Short name or login/username of the user.
public
mixed
USER_NAME
= 'user.name'
Tags
USER_ROLES
Array of user roles at the time of the event.
public
mixed
USER_ROLES
= 'user.roles'