UserSet interface
The detail of a user.
Properties
| description | The description of the user. |
| id | The object id of the user. |
| is |
The value indicating whether the user is a backup fallback approver |
| user |
The type of user. |
Property Details
description
The description of the user.
description?: string
Property Value
string
id
The object id of the user.
id?: string
Property Value
string
isBackup
The value indicating whether the user is a backup fallback approver
isBackup?: boolean
Property Value
boolean
userType
The type of user.
userType?: string
Property Value
string