Skip to main content

UserAlias

Specifies an alias for a particular user.

Properties

NameTypeDescriptionNotes
idStringThe UUID of this user alias set when the user alias is created.[optional]
typeTypeEnumThe 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]
userIdStringThe UUID of the user to which this user alias belongs.[optional]
valueStringThe value for the user alias.[optional]

TypeEnum

NameValue
CUSTOM"CUSTOM"
DERIVED"DERIVED"
USERID"USERID"