The DeviceInformation represents a set of dispatch targets on the backend side. For each account there is a dispatch target entry in the backend. This object exposes the ID of the dispatch target for each account.

The DeviceInformation stores a set of generic credentials representing dispatch targets in nevisIDM. For each account there is a generic credential in nevisIDM. This object exposes the value of the Identification attribute of each of the generic credentials for each account.

Hierarchy

  • IdUserNamePair

Properties

Methods

Properties

identifier: string

The ID of the generic credential containing the dispatch target information (the dispatch_target_ prefix is removed). This is presented as Identification of the generic credential in the nevisIDM administration web interface.

username: string

The username of the account.

Methods

  • Default constructor for IdUserNamePair.

    Parameters

    • identifier: string

      the ID of the generic credential containing the dispatch target information

    • username: string

      the username of the account.

    Returns IdUserNamePair

    an IdUserNamePair instance.

Generated using TypeDoc