Home > @i2analyze/notebook-sdk > app > IUserAndPermissions
app.IUserAndPermissions interface
An i2 Notebook user.
Signature:
interface IUserAndPermissions extends data.IUser
Extends: data.IUser
Introduced: version 1.0
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
commandPermissions | readonly |
string[] | Gets the list of command access control permissions for the user. |
displayName | readonly |
string | Gets the display name of the user. (Inherited from IUser) |
principalName | readonly |
string | Gets the principal name (username) of the user. (Inherited from IUser) |