Specifies an alias for a particular user.
Properties
Name | Type | Description | Notes |
---|
id | String | The UUID of this user alias set when the user alias is created. | [optional] |
type | TypeEnum | The type of user alias. A value of USERID is used for an alias that will represent the actual user id value. A value of CUSTOM is used for aliases manually created by an administrator. A value of DERIVED is defined for future use and should not be used at this time. | [optional] |
userId | String | The UUID of the user to which this user alias belongs. | [optional] |
value | String | The value for the user alias. | [optional] |
TypeEnum
Name | Value |
---|
CUSTOM | "CUSTOM" |
DERIVED | "DERIVED" |
USERID | "USERID" |