i2 Notebook SDK
Search results for

    Show/hide table of contents

    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)

    In this article
    Back to top © N. Harris Computer Corporation