BrandingThemeResourceCustomLink
Custom link content of a branding theme's resource. Can be defined as a link, override (well known links that can be overridden, Default values are About, Help, VMRC), section, separator(section without a name) of the drop down menu.
{
"id": "string",
"name": "string",
"linkType": "string",
"scope": "string",
"url": "string",
"order": "number",
"parentId": "string"
}
Id of the custom link. The Id is provided by the client in the CustomLinks file.
The string used to display in the UI portal this custom link.
Type of the custom link.
- override- Override existing/pre-built custom item (well known links that can be overridden, Default values are About, Help, VMRC)
- link - Represent an custom link
- separator - Used as a visual separator between the links/sections
- section - Used as a group of links. Use parentId to group children links.
Defines the place where the link should appear in the UI portal.
- LOGIN - Custom link to be shown on the login screen
- LOGOUT- Custom link to be shown on the logout screen
- PORTAL- Custom link to be shown within the UI portal after authorization
The URL to be used in the UI portal to navigate user. To be used when linkType is either OVERRIDE or LINK, otherwise it will be ignored.
Used to order the links during display in the UI portal. Links with the same order should be ordered by name
Id of parent Custom link of type GROUP. Custom links that share a parentId will be grouped together. The Id is provided by the client in the CustomLinks file.