BrandingItemCreate
Import this model from the entry point of its package:
import { BrandingItemCreate } from '@sailpoint/angular-sdk/branding';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| name | string | name of branding item | [default to undefined] |
| productName | string | product name | [default to undefined] |
| actionButtonColor | (optional) string | hex value of color for action button | [default to undefined] |
| activeLinkColor | (optional) string | hex value of color for link | [default to undefined] |
| navigationColor | (optional) string | hex value of color for navigation bar | [default to undefined] |
| emailFromAddress | (optional) string | email from address | [default to undefined] |
| loginInformationalMessage | (optional) string | login information message | [default to undefined] |
| fileStandard | (optional) Blob | png file with logo | [default to undefined] |