RawBusinessAppGetResponse
A business app definition as returned by the API, before entity methods are attached.
A business app is the tenant-level definition behind a workspace in Maestro: display
metadata plus the set of processes the workspace surfaces.
Properties
| Property |
Type |
Description |
color |
null | string |
Hex color code including the leading #, or null to use the default color. |
createdBy |
string |
GUID of the user who created the app. |
createdTime |
string |
When the app was created. |
description |
null | string |
Human description of what the app is for, or null if none was set. |
icon |
null | string |
Icon identifier, or null to use the default icon. |
id |
string |
Business app GUID. |
lastModifiedBy |
string |
GUID of the user who last modified the app. |
lastModifiedTime |
string |
When the app was last modified. |
name |
string |
Display name, unique within the tenant (compared case-insensitively). |
processKeys |
string[] |
Orchestrator process (release) keys the app surfaces. |