Defines a template for the Branding in UI. A branding template contains a list of branding variables which define the whole branding layout
| Column Name | Column Datatype | Column Null Option | Column Comment |
| branding_template_id | varchar(50) | not null | Branding template unique ID |
| branding_template_parent_id | varchar(50) | with null | Branding template unique ID |
| is_shared | integer | with null | Specifies if the branding template is shared a shared one or not private |
| is_default | integer | with null | Whether the template is the default template for the tenant |
| description | nvarchar(128) | with null | Description for the template |
| tenant_id | varchar(50) | with null |
Product Name: Unicenter Service Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| branding_template_id | usm_branding_variable | branding_template_id |
| branding_template_id | usm_branding_template | branding_template_parent_id |