Skip to main content

BrandingItem

Properties

NameTypeDescriptionNotes
NameStringname of branding item[optional]
ProductNameStringproduct name[optional]
ActionButtonColorStringhex value of color for action button[optional]
ActiveLinkColorStringhex value of color for link[optional]
NavigationColorStringhex value of color for navigation bar[optional]
EmailFromAddressStringemail from address[optional]
StandardLogoURLStringurl to standard logo[optional]
LoginInformationalMessageStringlogin information message[optional]

Examples

  • Prepare the resource
$BrandingItem = Initialize-PSSailpoint.V2024BrandingItem  -Name default `
-ProductName product name `
-ActionButtonColor 0074D9 `
-ActiveLinkColor 011E69 `
-NavigationColor 011E69 `
-EmailFromAddress no-reply@sailpoint.com `
-StandardLogoURL `
-LoginInformationalMessage
  • Convert the resource to JSON
$BrandingItem | ConvertTo-JSON

[Back to top]