Skip to content

Applications

The Application microservice is the core of the Suite Home application and has all the logic to manage an Application entity.

Application

An Application represents a business application that a customer purchases and has access to. It has the following properties:

  • DisplayName: The Application name that will be shown to the user. Cannot be longer than 140 characters and cannot be null.
  • Link: The Application link to browse to. This property cannot be null.
  • Icon: The path to the Application icon. This property is nullable and, in that case, a default icon will be shown.
  • Description: A brief description of the Application. Cannot be longer than 280 characters.

See Also