An action for a specific datasource that will show up in autocomplete and app card, e.g. "Create new issue" for jira.
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
name |
Optional<String> | ➖ | Full action name. Used in autocomplete. | |
shortName |
Optional<String> | ➖ | Shortened name. Used in app cards. | |
url |
Optional<String> | ➖ | The URL of the action. | |
iconConfig |
Optional<IconConfig> | ➖ | Defines how to render an icon | { "color": "#343CED", "key": "person_icon", "iconType": "GLYPH", "name": "user" } |
id |
Optional<String> | ➖ | Unique identifier of this quicklink | |
scopes |
List<Scope> | ➖ | The scopes for which this quicklink is applicable |